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.
ADAdministrator Syncfusion Team December 24, 2003 08:38 AM UTC
There is no window associated with a DataView, so you cannot just drop it on a RecordNavigationControl and have something displayed in the container.
But you handle the CurrentReocrdChanged event and tie the DataView CurrencyManager position to the CurrentRecord in the navigation control. This way you could use the navigation control to position the CurrentPosition in the DataView.
Attached is a little sample that has several textboxes bound to columns in a DataTable.DefaultView, and uses a RecordNavigationControl to move the values in change the textbox values by moving the position in the DataView.