Posted 20 August 2019, 7:42 am EST - Updated 3 October 2022, 7:36 pm EST
Dynamic dropdown column generation based on selection
Posted by: jinal.shah on 20 August 2019, 7:42 am EST
-
-
Posted 21 August 2019, 12:20 am EST
Hi Jinal,
You may achieve the desired behavior using dynamic data maps. You will first need to create 2 DataMaps, one for the main or the parent column and the second one for the child column.
Now, handle the beginningEdit event of the FlexGrid and filter out the items from the DataMap which are not required. Please refer to the sample below:https://stackblitz.com/edit/js-yv2psm
Regards,
Ashwin