Home › Forums › WinForms controls › Xceed Grid for WinForms › Cell value changed event › Reply To: Cell value changed event
You can revert back to the cell’s original value as long as the EndEdit has not committed the changes to the cell, by using the EndingEdit event. You can look at the following topics from the online help documentation, to have a better idea on cell validation, and the different options you have :
http://doc.xceedsoft.com/products/gridNET/doc/sources/validating.htm
http://doc.xceedsoft.com/products/gridNET/doc/sources/validation_process.htm
There is also a sample application that demonstrate how to validate the content of a grid:
Master directory:
[Program Files]\Xceed Components\Xceed Grid for .NET [version]\Samples\VS.NET 2003
or
[Program Files]\Xceed Components\Xceed Grid for .NET [version]\Samples\VS.NET 2005
C#: \CSharp\Validating\ValidatingCS.csproj
VB.NET: \Visual Basic .NET\Validating\ValidatingVB.vbproj
Imported from legacy forums. Posted by André (had 4256 views)