ControlRendered: function(sender, args);
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.
The ControlRendered event occurs on rendering the value editor for a cell.
The example of use is given on the page with description of the DataGrid.EnableEdit property.
See also: