Overview
The WinForms Grid Control provides a seamless editing experience to edit cell values using an intuitive editor such as date-picker, textbox, button, multi-column combobox, and ComboBox. It supports non-editable cell types such as images, hyperlinks, checkboxes, and more.
Excel-like editing experience
- Interact with cells in an Excel-like manner.
- Align cell values (based on property type) to the right or left.
- The look and feel of the selected cell (current cell) closely resembles a selected cell in Excel.

Widely used cell types
Built-in support for 10+ cell editors to deal with different types of data for a better editing experience. The supported cell types are:
- TextBox
- CheckBox
- Button
- Image
- Currency
- Numeric UpDown
- RichTextBox
- ProgressBar
- MaskedEditTextBox and more

Drop-down cell type
The Excel-like WinForms grid control provides support to look up data using dropdown column types. The following editors are supported:
- ComboBox
- Multi-column ComboBox

Custom cell type
- Load or place any graphical elements (controls) into a cell to visually represent data.
- Display banners for a range of cells for an intuitive user experience.
- Create custom cell types or customize built-in cell types.

Data validation
Validate a cell and display any error information and dialogs. Users can customize the error information as required.

Clipboard operations
Built-in support for clipboard operations such as copy, cut, and paste. Copy and paste the styles preserved between two grids. Users can customize the copied data.
Undo and Redo
Multilevel undo and redo operations for any changes made in the grid. There is no limit to the number of undo and redo operations. Provides support to group multiple actions as a single transaction.

Fill and copy series
- An intuitive UI to choose the fill or copy series operation.
- Users can easily fill or copy a series or pattern of values as in Excel.
- It is also possible to fill a series of cell values cell with formatting.
