I would like to use the gridRecordNavigationControl to browse through data table pages, displaying one at a time.
However, I do not see any docs on the way gridRecordNavigationControl interacts with the grid control that it contains.
I am using virtual grid to make pagination possible on the level of the grid control, and it is correctly populated with data. However, the navigation control shows records instead of pages, and when I click on a record in the inner gridcontrol, it changes the record number.
I would like to be able to paginate through records on the database side, so I always have to display a dataset with only one page.
Thanks