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.
Hi,
just a question....
How can I confirm any modify when I generate into a cell when CurrentCellValidated Method Start???
I can''t understand why my datasource and my dataset doesnt'' contains same data untill I enter into the cell yewt.
Regards...
ADAdministrator Syncfusion Team July 26, 2005 12:48 PM UTC
In a GridDataBoundGrid, the grid caches changes until you leave the row. This is by design. If you want to force the changes to be saved to your datasource before this, then you can try calling:
grid.CurrentCell.EndEdit();
grid.Binder.EndEdit();