ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: kiwon34 on February 18, 2020, 02:51:57 pm
-
Hello param,
I want to activate an editable cell by giving focus through a method.
The column is already editable, and the cell is editable by clicking it, but is there a way to do it by a certain method?
Thank you.
-
Please use focus method:
https://paramquery.com/pro/api#method-focus
you may first need to call scrollCell method if the cell is outside the viewport.
https://paramquery.com/pro/api#method-scrollCell