DataGrid.ControlRendered

Syntax

ControlRendered: function(sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: Control - control for editing cell value, ControlNode - DOM node that corresponds to this control, rowIndex and colIndex - row index and column identifier of the cell, which value is edited.

Description

The ControlRendered event occurs on rendering the value editor for a cell.

Example

The example of use is given on the page with description of the DataGrid.EnableEdit property.

See also:

DataGrid