Dear all,
In the ultragrid, If there is a row, how to disallow the cells to be empty and must follow the data type such as int or decimal?? If invalid, show the messages?? How to do??
Please help!!
is there any other method?? like ultraeditor which raise validation event error...I am not remember the exact syntax...
One way is to use the IDataErrorInfo interface. The link below takes you to the documentation showing how to use this interface. There's plenty of sample code in the steps to get you started.
http://help.infragistics.com/NetAdvantage/WinForms/2010.3/CLR2.0/?page=WinGrid_Display_Row_Cell_Errors_Using_IDataErrorInfo.html