ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: hideki.yoshikura on July 15, 2020, 09:46:16 am
-
Hi,
Param query version is using 6.2.4.
I want to change the attribute of the selected cell (grid.Selection ().getSelection ()) of the grid at some action (when clicking a button, etc.).
The attributes to change are:
editable:false
Please tell me how to implement it.
-
Changing editability of a selection is supported in version >= 7 only
grid.Selection().enable( true );
https://paramquery.com/pro/api#method-Range
https://paramquery.com/pro/api#method-Selection
-
Thank you for answering