Xceed Grid for WinForms v4.3 Documentation
Welcome to Xceed Grid for WinForms v4.3 / Sample applications / GridValidator Sample Application (Input Validator Controll)
In This Topic
    GridValidator Sample Application (Input Validator Controll)
    In This Topic

    Programming Languages

    VB.NET, C#

    Overview

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

    • How the input validator works with Grid for WinForms cells. 

    • How the different types of validation expressions work with Grid cells.

    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