MVCxGridViewProperties.CellEditorInitialize Property
Enables the cell editors displayed within the edit cells to be initialized.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
ASPxGridViewEditorEventHandler | A ASPxGridViewEditorEventHandler delegate method allowing you to implement custom processing. |
Remarks
Implement a ASPxGridViewEditorEventHandler delegate method and assign it to the CellEditorInitialize property. For more implementation details, refer to the ASPxGridViewEditorEventHandler delegate description.
Note
- The CellEditorInitialize event affects only the edit mode settings (when editors are visible).
- The CellEditorInitialize event isn’t raised for edit cells that contain custom editors defined using templates.
- The CellEditorInitialize event fires only for built-in column editors.
See Also