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 I''m having a problem with trying to update two cells in the same row at the same time. While I am in edit mode in a cell I want to be able to update another cell on the same row. However when I try to do this the value in the cell I change programatically does not take affect until the row has lost focus. Does anyone have any idea how to do this?
Thanks
ADAdministrator Syncfusion Team April 22, 2004 07:07 PM UTC
In the CurrentCellMoving event, compare the grid.CurrentCell.MovedToRowIndex and grid.CurrentCell.MovedFromRowIndex. If they are the same, try calling grid.CurrentCell.ConfirmChanges() and then grid.Binder.EndEdit().
NINicolaApril 22, 2004 07:40 PM UTC
Clay,
I tried that but the problem still exists. Any other ideas?
Thanks
Nicola
ADAdministrator Syncfusion Team April 22, 2004 10:37 PM UTC