Skip to main content

Input Validation Overview

In This Article

The DXGrid for Silverlight enables you to check the validity of data entered by end-users before posting this data to a grid's data source. For this purpose, the grid raises special events, allowing you to validate modified cells and rows. You can prohibit saving incorrect data to the data source and indicate the error to an end-user.

#Concepts

#Examples