Author Topic: Focus on row while typing in PQgrid  (Read 289 times)

pranit@srcomsec

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 99
    • View Profile
Focus on row while typing in PQgrid
« 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: Focus on row while typing in PQgrid
« Reply #1 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.