TIWCGJQGridColSearchOptions.OnDataInit Property

If set this function is called only once when the element is created. To this function we pass the element object. dataInit: function(elem) { do something } Also use this function to attach datepicker, time picker and etc. Example: dataInit : function (elem) { $(elem).datepicker(); }

Namespace: IWCGJQGrid
published
 property OnDataInit: TIWCGJSonFunc index 02 read GetFuncValue write SetFuncValue stored IsFuncStored;

Property Value