Posted 4 September 2024, 6:01 pm EST
Recently upgraded to wijmo 5.20241.19
We have a WjFlexGrid that has some dropdowns embedded in the column headers of the grid. Issue I am having is that when we focus on a row in the grid - and then go to select from the column header dropdown control - the dropdown is disappearing/not displaying. I see it get focus and the dropdown appear - but then I see code in wijmo (es5-esm.js) that is getting called and setting focus (to the grid?) and makes the dropdown disappear (dropdown gets a lost focus). If there are no rows in the grid or no rows are focused - column header dropdown works as expected.
Any thoughts on what could be happening in the grid when a row is focused that is causing that dropdown to lose focus as soon as it is clicked? If I debug and slow things down I can see the dropdown appear. But without debugging it just looks like the select never opens