I’m facing a problem because I need to change the values that’s appear on my Table when I select a DropDown Cell, but I didn’t found the correct way to change the data before to appear the list of items over the cell.
As you can see in the example, the new values appears when I click two times in the dropdown cell and the desired behavior would be to see immediately the changes over the dropdown.
As I understand you would like to change the list of values for the dropdown cell type, but when exactly it should happen? (on a button change, server change, etc.)
Sure let me just say the steps to reproduce the error :
You set the initial dropdown options over DropDowns field (Lines 17 and 24)
You click over cell 1 triying to change the value
3 When you clicked the cell the event afterOnCellMouseDown is fired and the options was changed, but in the screen I can’t see the new options yet (Line 29)
You select a value in the current options but the validator put the cell in red because is not a valid value.
5 You click again in the cell and the new values appear .
The idea is to change inmediately the new options without to do two clicks