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 am using the SaveCellInfo to capture user inputs and put the data back into my data structures.
It seems that this event doesn''t fire when you change a combo box or a calandar cell value from a pulldown or calendar control respectively.
I think it changed when you lose focus on the cell but I need to capture this info when the user changes the value in these cell because they might do it multiple times before they lose focus.
thanks,
ak
ADAdministrator Syncfusion Team July 25, 2005 05:57 PM UTC
By design, SaveCellInfo is not raised until you leave the cell.
If you want to immediately see SaveCellInfo raised when you close a dropdown, then handle teh grid.CurrentCellCloseDropDown event. In your handler, call gid.CurrentCell.ComfirmChanges.