Xceed Grid for WinForms v4.3 Documentation
GridValidator Sample Application (Input Validator Controll)
Welcome to Xceed Grid for WinForms v4.3 > Sample applications > GridValidator Sample Application (Input Validator Controll)

Programming Languages

VB.NET, C#

Overview

This sample demonstrates the following features of the Input Validator control:

In the source code, the basic steps needed to build a form that uses automatic text validation on an Xceed.Grid.GridControl are demonstrated. The code uses most of the required classes to set up custom and component level validation criteria on both insertion cells and data cells. The form and the validation criteria were entirely generated using the Visual Studio for WinForms designer. Note that the same results can be achieved programmatically.

Project location & filename

C#: Xceed Samples\Xceed Input Validator for WinForms v#.#\CSharp\GridValidator\GridValidatorCS.csproj

VB.NET: Xceed Samples\Xceed Input Validator for WinForms v#.#\Visual Basic .NET\GridValidator\GridValidatorVB.vbproj