The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
ADAdministrator Syncfusion Team November 2, 2004 10:21 PM UTC
The GridRecordNavigationControl is tied directly to the embedded grid as you noted. Instead of trying overcome this functionality, you might look at the \Shared\Samples\RecordNavigationControlDemo sample. That sample shows how to use an arbitrary object in a RecordNavigationControl class. This is the base class that the GridRecordNavigationControl is derived from. Working with this class will probably be simpler than overriding the functionailty in the GridRecordNavigationControl.