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

Data Grid C# Editors

The Kettic Data Grid Control allows data entry, data editing, and data validation by using the data editors included in the Data Grid class. The data editor is able to edit data in each specific column type. There are various types of editors, including, KetticTextBoxEditor, KetticMaskedEditBoxEditor, KetticGridSpinEditor, KetticCheckBoxEditor, KetticDateTimeEditor, KetticComboBoxEditor, and KetticMultipleColumnBomboBoxElement.

Editors of Data Grid Control

  • KetticTextBoxEditor, this property is used to enter any text data to grid cells while using together with the KetticGridTextBoxColumn.
  • KetticMaskedEditBoxEditor, this property is used to enter masked text data to grid cells while using together with the KetticGridMaskBoxColumn.
  • KetticGridSpinEditor, this property is used to enter numeric only data to grid cells while using together with the KetticGridDecimalColumn.
  • KetticCheckBoxEditor, this property is used to enter Boolean data only to grid cells while using together with the KetticGridCheckBoxColumn
  • KetticDateTimeEditor, this property is used to enter date and time data to grid cells while using together with the KetticGridDateTimeColumn
  • KetticComboBoxEditor, this property is used to select items from list while using together with the KetticComboBoxColumn
  • KetticMultipleColumnBomboBoxElement, this property is used to select items from a grid while using together with the KetticMultipleComboBoxColumn

Edit Cells in Grid in C#

To edit the cells in grid, we can switch the Kettic Data Grid Control from read only mode to edit mode. Then we can edit the cells in grid by beginning with entering content or pressing F2. However, the following conditions should be available while editing cells in grid.
  • Enable the Kettic Data Grid control
  • Editing mode should be supported by the underlying data source
  • Set the property StartEditMode to Auto, instead of the mode editing in C# code
  • Set the ReadOnly property of cell, column, and control to false and enable the edit mode
  • Set the value of the property, GridTemplate.ApplyEditRow, to true
In the editing mode, users of the Kettic Data Grid Control are able to change the cell value and press Enter to confirm the change or press Esc to revert to the original value.

Editing GirdView C#.NET Control

The following are detailed pages that demonstrates how to edit the GridView cells and rows in column, including the GridView editor properties, events for editing GridView, data validation, and GridView editor behavior customizing.
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