Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 852 Bytes

grid-remote-validation.md

File metadata and controls

31 lines (23 loc) · 852 Bytes
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.