ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: pranit@srcomsec on March 10, 2023, 07:40:14 pm

Title: Focus on row while typing in PQgrid
Post 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.
Title: Re: Focus on row while typing in PQgrid
Post by: paramvir on March 13, 2023, 02:10:50 pm
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.