Hi, I am trying to dynamically define a cell source where the cell type is set to dropdown. When a user clicks the dropbown icon within the cell I would like to initiate a query to our database to get the dropdown values and then apply them into the dropdown shown on screen.
The issue I have is that the query itself is firing correctly but the dropdown is always empty until I esc off the cell and then click the dropdown again at which point the dropdown list is correctly showing. am I missing something?
I’ve tried this in beforeOnCellMouseDown and afterOnCellMouseDown functions.
First click of dropdown
Second click after escaping or moving cell