ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Move focus to a certain row's dataIndx by a method.
« previous
next »
Print
Pages: [
1
]
Author
Topic: Move focus to a certain row's dataIndx by a method. (Read 1667 times)
kiwon34
Pro Ultimate
Jr. Member
Posts: 52
Move focus to a certain row's dataIndx by a method.
«
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.
Logged
paramvir
Administrator
Hero Member
Posts: 6307
Re: Move focus to a certain row's dataIndx by a method.
«
Reply #1 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
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Move focus to a certain row's dataIndx by a method.