AD
Administrator
Syncfusion Team
March 10, 2006 07:27 AM UTC
Hi Hassan,
For validating a numeric value cell the style.ValidateValue.NumberRequired property can be set to true and you can also set your own error message in the style.ValidateValue.ErrorMessage property. In order to validate a DateTime value cell the style.CellValueType can be set to typeof(System.DateTime). But this also throws the FormatException in the Output Debug window. Let us know if you have any further questions.
Regards,
Calvin.