AD
Administrator
Syncfusion Team
January 18, 2007 06:49 PM UTC
Hi Eric,
Are you handling any one of our grid's validation event? If yes, please try setting the SaveButton's CauseValidation property to false. Here is a code snippet.
this.m_SaveButton.CausesValidation = false;
Best Regards,
Haneef