TabControlAdv Data Validation

Using a TabControlAdv, how can I validate data contained within controls on a TabPageAdv form when the tab is clicked? Ric

1 Reply

AD Administrator Syncfusion Team March 28, 2005 10:48 PM UTC

Hi Ric, The SelectedIndexChanging event is fired whenever the currently selected Tab is about to change. It allows you to cancel the change. So if you add the appropriate validation code to the event handler, you can decide whether or not to allow the switch. This will allow you to do full page validation. Regards, Gregory Austin Syncfusion Inc.

Loader.
Up arrow icon