Hello, I have a Grid which has a Advanced search, when I set something in the advanced search it returns correctly the records in my grid.
On this grid, I can click on a record to open a Form where I can edit the selected record.
On this form I have navigation buttons to go from one record to the next/previous one.
How can I do it, that after you filter the records in the grid with the Advanced search, and then click on a record to open the Form, when you navigate to the next record, it will navigate on the next record based on the Advanced search filter??
Example:
Default Grid has 5 records: A1, B1, A2, B2, B3
I put in the advanced search a filter to show only records with “B”,
so now my grid has 3 records: B1, B2, B3
now I click on B1, and the form for this record opens.
If I press the “next” button, I will get the A2 record, which was the next one on the default grid, but I want to have B2 as the next record, based on the advanced search filter!