Features rich in-place editing that works in all views. See Included editor controls below.
Auto-detection of ComboBox columns (enums, foreign keys).
Updates source when the cell or row exits edit mode or immediately when the cell content changes.
Combo boxes can easily be used as cell editors without the need to write code to fill the combo box thanks to auto- detection of ComboBox columns (enums, foreign keys).
Features rich in-place editing that works in all views. See Included editor controls below.
Auto-detection of ComboBox columns (enums, foreign keys).
Updates source when the cell or row exits edit mode or immediately when the cell content changes.
Combo boxes can easily be used as cell editors without the need to write code to fill the combo box thanks to auto- detection of ComboBox columns (enums, foreign keys).
Routed edit events for both cell and row, providing fine-grained control over the edit process.
Provides configurable keyboard and mouse edit commands.
Programmatic control over edit mode.
Provides Excel-like default keyboard and mouse edit behavior, including F2, Esc (cancel edit on a cell and restore the original value), Double-Esc (cancel edit on the entire row and restore the original values), and Enter.
Allows you to specify a different visual template for a cell being edited.
Cell editors can be displayed without entering edit mode, under a variety of conditions such as a mouse hover over the cell or row, the cell or row becoming current, the row being edited, or always.
Single-click edit mode allows entering edit mode and activating items such as check, text, and combo boxes with one click.
Automatically selects the appropriate editor control depending on the field data type.
Insertion row / card object allows for quick entry of new data.
A continuous insertion mode lets end-users add data without having to manually move to the first editable column after finishing the previous row.
Triggers meaningful edit events for both rows and cells.
Manages “null” and “DbNull” values.
Any portion of the grid can be made read-only.
The cells in a column can be non-focusable when read-only, so they can’t be selected with either the mouse or the keyboard
Routed edit events for both cell and row, providing fine-grained control over the edit process.
Provides configurable keyboard and mouse edit commands.
Programmatic control over edit mode.
Provides Excel-like default keyboard and mouse edit behavior, including F2, Esc (cancel edit on a cell and restore the original value), Double-Esc (cancel edit on the entire row and restore the original values), and Enter.
Allows you to specify a different visual template for a cell being edited.
Cell editors can be displayed without entering edit mode, under a variety of conditions such as a mouse hover over the cell or row, the cell or row becoming current, the row being edited, or always.
Single-click edit mode allows entering edit mode and activating items such as check, text, and combo boxes with one click.
Automatically selects the appropriate editor control depending on the field data type.
Insertion row / card object allows for quick entry of new data.
A continuous insertion mode lets end-users add data without having to manually move to the first editable column after finishing the previous row.
Triggers meaningful edit events for both rows and cells.
Manages “null” and “DbNull” values.
Any portion of the grid can be made read-only.
The cells in a column can be non-focusable when read-only, so they can’t be selected with either the mouse or the keyboard.