New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Validating

This event fires prior to the server-side validation and helps the developers to implement a custom validation logic.

  1. Canceled Set this to true if you need to cancel the creation of the current setting.

  2. Context This object contains the validation context that has been passed from the client.

  3. IsValid Can be set explicitly when using custom validation.

  4. Setting Exposes the InputSetting object.

In this article