New to Telerik UI for ASP.NET MVC? Download free 30-day trial
ASP.NET MVC Grid Remote Validation
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultSASSLESSDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
Bootstrap Theme- Main
- Main Dark
- Nordic
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Main Dark
- Opal
- Silver
Fluent Theme- Main
Description
The Telerik UI for ASP.NET MVC Grid supports remote validation. The remote validation is a custom validation durin which the Data Grid posts the values to the server with an AJAX request and depending on the response, the component displays a valid or invalid state.
The validation itself, however, is performed on the server side. When the Grid sends a request for editing or creating a record, a method declared in the [Remote]
attribute of the the respective field is executed and, then, returns information on whether the new data is valid or not.
This demo shows how to create a custom validation rule that handles the built-in Remote
attributes in your model.
For more information about the editing capabilities, refer to the official Telerik UI for ASP.NET MVC Data Grid product documentation on the available data-editing approaches.