RenderEditor: Boolean;
The RenderEditor property determines creating of cell value editors during column initialization.
Available Values:
true. Cell value editors are created during column initialization.
false. Cell value editors are created during their first use (default).
Use JSON or the setRenderEditor method to set the property value, and the getRenderEditor method to get the property value.
The example of property use is given in description of the DGColumn class constructor.
See also: