Turning off all grid controlled validation

I am having an issue where I don''t want any of the grid validation to take place. I want to do validation myself. In the case of date columns on new records, the grid is throwing a message stating that the "value is invalid for date", where the value is an an invalid date. I don''t want to cancel the event in a CurrentCellValidating or GridValidating event. I just want to show an error provider. How do I go about this? Thanks, Todd

2 Replies

AD Administrator Syncfusion Team September 20, 2005 02:07 PM UTC

Hi Todd, Please refer this forum and see if that serves your purpose. Also refer this KB How to control the way the grid handles the exceptions Best regards, Stanley


TA Todd Armstrong September 20, 2005 10:21 PM UTC

That took care of the grid validation problem. I had a DataRow exception after that because the column didn''t allow nulls in the typed dataset I was using. I trapped that issue and all is well. Thank you. >Hi Todd, > > >Please refer this forum and see if that serves your purpose. >Also refer this KB How to control the way the grid handles the exceptions > > >Best regards, >Stanley

Loader.
Up arrow icon