Grid ComboBox not displaying mirrored results from Panel Card Drop down?

Hi all! My combo box ERP Editor in the Grid, while the same setup in a panel card, has different results. Trying to wrap my head around this, because the grid combo box is wrong.
Panel Card Combo Box




**Note : DropDown or DropDownLst has no effect, I changed this to match the grid after I took the screenshot. **
Grid ERP Editor ComboBox


Results
Grid

Panel Card

Any ideas are appreciated! Thank you so much.

Try the values ‘display’ and ‘value’ for properties TextField & ValueField respectively

Like so

No Dice;
Grid Still shows the incorrect mapping.
Thank you though!

On your Grid Reusable Combo setup, put Description in the Retrieve Column field instead of AnalysisCode. I don’t know why it’s doing it but the grid setup was putting the two columns (Description & AnalysisCode) out of order in the GetList call, resulting in you seeing the analysis code instead of the description.

1 Like

Thank you!! That worked!

1 Like