[]
The Wijmo DataGrid provides support of using the Wijmo Input controls as custom editors in the cells to customize the editing experience.
This can be done by assigning the instance of the Input editor control to the column's editor property.
For more details and a sample, visit the Wijmo documentation.
This page describes the support and some restrictions of using the Input controls as custom editors in the DataGrid.
Custom editors are supported in the following grid controls:
FlexGrid
MultiRow
FlexSheet
TransposedGrid
TransposedMultiRow
Supported | Unsupported |
|---|---|
|
|
Controls | Supported | Unsupported | Common Features |
|---|---|---|---|
AutoComplete |
| - | Accessing the control dropdown and selecting desired item
|
|
| - | |
InputNumber |
| - | |
InputMask |
| - | |
MuliSelect |
|
|
Controls | Supported | Unsupported |
|---|---|---|
FlexGrid MultiRow FlexSheet |
| Quick editing with JP IME input |
Custom editors are supported in transposed layouts.
Because transposed layouts represent properties as rows rather than columns, the editor property is assigned differently:
TransposedGrid
Assign the editor property to row definitions or to leaf rows within rowGroups
TransposedMultiRow
Assign the editor property to leaf cells within layoutDefinition.
Transposed layouts use the same supported editor types and behavior model as other grid controls.