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 have two DataGrids for Master and Detail. I enter data into the new record in Detail grid and, while it is not committed, click on another master record in the Master grid. When I return to the previous master record I see that the newly entered detail record has gone.
I inherited from DataGridTextBoxColumn and used this new class for the column in the detail grid. When I click on another record in Master, DataGridTextBoxColumn''''s Commit get called and I can see that CurrencyManager passed to it is wrong (corresponds to the clicked master record).
Any ideads how to make it save the newly entered detail record?