ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: pranit@srcomsec on March 10, 2023, 07:40:14 pm
-
Can we focus a row on typing text related to a column. So as the user types text, the first row that beings with the text will be focused upon.
A google drive link to a sample video has been attached in this post as an example
https://drive.google.com/file/d/1IGa4dyJRIgC-KazSSVngXQuifZL4BZUQ/view?usp=share_link
Any help is much appricated.
-
There is no such feature in pqgrid however you can take help of cellKeyDown event and iterate over the values in a column to find the first character match and focus it.