$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
Data Grid WinForms Control
Create data gird view with modern user interface for your Windows Forms applications
Home > WinForms UI Controls > User Manual > Data Grid Properties in C#

Data Edit, Data Entry, and Validation

The Kettic Data Grid Control provides powerful data editing functionalities for users of the component. With the Data Grid View Control, developers can easily process data entry, data edit, and validation. To achieve this, users need to use the data editors that are specific for each column. Furthermore, with the custom editor support, users of the Data Grid control can customize the editors for the grid when the standard grid could not satisfy their demands. The Kettic Data Grid Control contains various default data editors which are listed as below.

Editors of Data Grid for Windows Forms

  • TextBoxEditor, this editor is used to enter text data into column with the GridTextBoxColumn
  • MaskedEditBoxEditor, this editor is used to enter masked text data with the GridMaskBoxColumn
  • GridSpinEditor, this editor is used to enter numeric only data with GridDecimalColumn
  • CheckBoxEditor, this editor is used to enter boolean data only with GridCheckBoxColumn
  • DateTimeEditor, this editor is used to enter date and time data with GridDateTimeColumn
  • ComboBoxEditor, this editor is used to select items from drop down list with GridComboBoxColumn
  • MultiColumnComboBoxElement, this editor is used to select items from a grid with GridMultiComboBoxColumn
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls