Customizing editor behavior
The look and behavior of grid editors can be changed programmatically. This can be done either in CellBeginEdit or in CellEditorInitialized events.
CellBeginEdit: Fired when the editor is created.
CellEditorInitialized: Fired when the editor is created and initialized with a predefined set of properties.
The following sample demonstrates how to change the default ForeColor of GridSpinEditor:
Figure 1: Accessing the editor element.