I’m attempting to add a BAQ DropDownList to a grid column, but am encountering a UI issue.
Here is the UI, where the Discount column is a BAQ dropdown. This grid loads collapsed, but when opened, no values are loaded even though there is data in the dataview:
And when the cell is clicked, I get the value to appear:
And the dropdown is working as expected and correctly binding:
I checked that post out but it’s related to stand along combos instead of grid combos, and the differences between the two seem to matter…
The biggest issue I have is knowing if it’s my configuration that’s an issue or if it’s an Epicor bug. I want to give them the benefit of the doubt, but this one feels more bug-ish.
I’m wondering if you might have better luck… instead of using a BAQ directly, have your BAQ populate a DataView and then drive your Combo off the dataview instead?
I’ve never done a grid combo, but I know other things seem to behave differently depending on whether it is DataView or BAQ populated. May have better luck?
That’s interesting. I have never made a BAQ combo … but the BO and regular list combos that I have made all function basically identically whether stand-alone or in a grid
Just curious @Mathew, do you have ‘Auto Refresh Data on Load’ enabled? This ensures BAQ results load in the grid automatically on the initial load, without needing to click the refresh button. It might help populate the dropdown in your grid.