Posted 10 September 2019, 6:04 am EST
HI,
In wijmo flexigrid the disabled field is enabled when double click and If I use the tab key to advance through all the fields are disable
Forums Home / Wijmo / General Discussion
Posted by: kunchakurimounika309 on 10 September 2019, 6:04 am EST
Posted 10 September 2019, 6:04 am EST
HI,
In wijmo flexigrid the disabled field is enabled when double click and If I use the tab key to advance through all the fields are disable
Posted 11 September 2019, 1:19 am EST
Hi,
As per my understanding, when you are double-clicking on this column, the column becomes editable and wish to avoid this behavior. You may avoid this by setting the isReadOnly property of the column to true. Refer to the sample below:
https://jsfiddle.net/jeqw6och/
Let me know if this is your requirement. And if it is not, then could you please update the sample accordingly.
Regards,
Ashwin