Kinetic BAQ Grid Dropdown Not Showing Values

Hi, I’m facing an issue with a Kinetic grid that uses BAQ-based dropdowns.
I have a main BAQ bound to a grid, and three of its fields are set as updatable dropdowns (each dropdown’s values come from three separate BAQs).

In certain scenarios, when the screen loads for the first time, the dropdown lists appear empty. But if I refresh the entire browser page (not the screen refresh button), the dropdown values load correctly.

Is there some timing or dependency issue with BAQs loading before the view binds to the dropdown lists?

Any pointers would help. Thanks!

4 Likes

I assume the dropdown is defined in the properties of the UBAQ?

I also ran into this issue. Collapse the panel card and reopen it to see the downdowns.

I created an event that loads the grid, waits 500ms, collapses the panel, expands it and repopulates it… if you find a better solution, please share :slight_smile:

1 Like

Unfortunately, I couldn’t find a direct fix for this behavior either. The only “reliable” workarounds I’ve used are:

  • Keeping the updatable BAQ columns as text editor and making the grid read-only. Then placing external dropdowns outside the grid — when the user selects a row, they can update values using those external controls.
  • Another option is to reload the entire page once after the initial load, which forces the dropdowns to render correctly.

If you come across a better long-term solution, I’d love to hear it too. :sweat_smile:

I actually started an EpicCare case about this. I was able to video 1 grid with BAQ defined Combo boxes work fine. Add another Grid Panel and Combo boxes stopped working.
Arggg

1 Like