Login    
WINFORM EXAMPLE   Validated DataGrid Example

Source Cutter Windows Forms Validated DataGrid Example

Validated DataGrid - Editing Data
When in Edit mode the Validated DataGrid provides inline editing for all data. Data may be edited as Text Boxes or more complex types such as Combo Boxes, Date Time Pickers, or Numeric Text Boxes that only allow valid numeric characters to be entered.

DataGrid ComboBox Column

DataGrid DateTimePicker Column
Data Validation
Cell level validation is performed when a cell is left. Row level validation occurs when a row is changed.

Context Menu
Right clicking the Validated DataGrid will display the context menu, which may be used to display the details form for a given row, delete a given row, or add an new item.

Home     Products     Consulting     My Account     Contacts     Return Policy