TIWCGJQGridColEditOptions.OnDataInit Property
We pass the element object to this function, if defined. This function is called only once when the element is created. Example : …editoptions: { dataInit : function (elem) { $(elem).autocomplete(); } } The event is called only once when the element is created. In the inline edit or the cell edit module it is called every time when you edit a new row or cell. In the form edit module only once if the recreateForm option is set to false, or every time if the same option is set to true . Note: Some plugins require the position of the element in the DOM and since this event is raised before inserting the element into the DOM you can use a setTimeout function to accomplish the desired action. This is especially valid for jQuery UI datepicker (1.7.x and up releases)
published property OnDataInit: TIWCGJSonFunc index 03 read GetFuncValue write SetFuncValue stored IsFuncStored;