blazor-docs/knowledge-base/grid-remote-validation.md

852 B

title description type page_title slug position tags res_type
Remote Validation in Grid How to use remote (server, async) validation in Grid. how-to Remote Validation in Grid grid-kb-remote-validation kb

Environment

Product Grid for Blazor

Description

How to use remote (server, async) validation upon Insert or Update in Grid? How to prevent updating/inserting of items when they don't match certain conditions that cannot be implemented through the standard DataAnnotation validation?

Solution

A couple of examples are available in the following project: https://github.com/telerik/blazor-ui/tree/master/grid/remote-validation.