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?
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.
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