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.
In my GDBD, I have a column which has the type DateTime. I don''t want GDBG handle event Validated for me. I want to check the validation of data by my own code. I try to implement events : CurrentCellValidating, CurrentCellValidated, but I can''t move out the current cell.
How can I do that ?
Thanks,
ADAdministrator Syncfusion Team February 3, 2005 03:03 PM UTC
David,
Try implementing grid.Model.SaveCellFormattedText and
grid.Model.SaveCellText.
This events are called in order to convert from the string that is in the control text to the DataType type.
Stefan