ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: kiwon34 on February 18, 2020, 02:51:57 pm

Title: Move focus to a certain row's dataIndx by a method.
Post 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.
Title: Re: Move focus to a certain row's dataIndx by a method.
Post by: paramvir on February 18, 2020, 03:24:18 pm
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