Text Format Demo

This sample demonstrates formatting data in a grid. The codes used in this sample illustrate number and date-time formatting. Code for validating data when leaving the cell is also included. Essential Grid uses the . NET Framework formatting support. This formatting is culture sensitive.

Text Format screenshot

Features:

          model.RowStyles[rowIndex].ValidateValue = new GridCellValidateValueInfo(true, 1, 100, "Please enter a number between 1 and 100!");