Customizing the Edit CellsPremium
Updated on Aug 14, 2026
The cells edit property provides the option to customize the numeric, boolean, text, and date edit cells.
In the following example, custom edit cells are rendered for different data types within the Grid. The text fields use MyInputCustomCell, while numeric fields are handled by MyNumericCustomCell. Boolean values are represented using MyBooleanCustomCell, and date fields utilize MyDateCustomCell.
Loading ...