Hi,
I am having dataset (let's say 1M lines) and I am using some strings to filter that grid. Filtering returned me say 100 rows.
I have a line number column coming from database so can't really use the PQ Grid row column.
Now, My First row is showing the below data
==============================
100 | ERROR OCCURRED
189 | ERROR OCCURRED
211 | RESTART
==============================
Now when i scroll row to 189, it must scroll to the 2nd row and not 189th row.
Also, this line number column coming from database is also crucial for me. So can't really change that..
Is there a way I can achieve this using PQ Grid?