Posted 31 August 2020, 9:33 am EST
Hi,
I have added a dropdown to wijmo flexgrid using dataMap in purejs.
I want to disable the dropdown compeltely in flexgrid based on condition.
Please can any one help me out.
Forums Home / Wijmo / General Discussion
Posted by: ramyachowdary710 on 31 August 2020, 9:33 am EST
Posted 31 August 2020, 9:33 am EST
Hi,
I have added a dropdown to wijmo flexgrid using dataMap in purejs.
I want to disable the dropdown compeltely in flexgrid based on condition.
Please can any one help me out.
Posted 1 September 2020, 1:56 am EST
Hi,
If your requirement is to disable the drop-down, this means that you need to disable the editing that particular cell. You can use the beginningEdit event of the FlexGrid to cancel the editing. Please refer to the sample link below:
https://stackblitz.com/edit/js-5u7tba
Regards,
Ashwin