Question

How I can see all the values in MultiSelect when the focus is in other record?

  • 21 February 2023
  • 0 replies
  • 85 views

I had a issue getting the values to stay visible using the multi select field ( PXMultiSelector ) into the location grid. I describe the problem in the text below.

I add a multiselector into a Location Grid in Warehouses in this way:

 

In the picture before the UOM field is declared in this way:

 

Aspx

 

<px:PXGridLevel DataMember="location" DataKeyNames="SiteID,LocationCD">
  <RowTemplate>

        <px:PXMultiSelector runat="server" ValuesSeparator="," AllowCustomItems="True" DataField="UsrFRUOM" AutoRefresh="True" CommitChanges="True" DataSourceID="ds" ID="CstPXSelectorFRUOMId" />

  </RowTemplate>

<Columns>

 <px:PXGridColumn DataField="UsrFRUOM" Width="72" CommitChanges="True" AllowFocus="True" AllowResize="True">

</Columns>

 

DAC

 

 

        #region UsrFRUOM

 

 

        [PXUIField(DisplayName = "UOM")]   

        [PXSelector(typeof(INLocation.primaryItemID), ValidateValue = false )]

 

        public virtual string UsrFRUOM { get; set; }

 

 

        public abstract class usrFRUOM : PX.Data.BQL.BqlString.Field<usrFRUOM> { }

   

 

        #endregion

 

 

This works fine for saving and choosing the values, but the problem is that when you switch to another record in the grid not all the values are displayed.

 

When you are focus in the field you can see all the values:

 

 

 

 

But when you are in other record you don’t see the other values.

 

 

What property I need to active or what I done wrong?  

 


0 replies

Be the first to reply!

Reply


About Acumatica ERP system
Acumatica Cloud ERP provides the best business management solution for transforming your company to thrive in the new digital economy. Built on a future-proof platform with open architecture for rapid integrations, scalability, and ease of use, Acumatica delivers unparalleled value to small and midmarket organizations. Connected Business. Delivered.
© 2008 — 2024  Acumatica, Inc. All rights reserved