TIWCGJQGridColEditOptions.DataEvents Property

list of events to apply to the data element; uses $(”#id”).bind(type, [data], fn) to bind events to data element. Should be described like this: … editoptions: { dataEvents: [ { type: 'click', data: { i: 7 }, fn: function(e) { console.log(e.data.i); } }, { type: 'keypress', fn: function(e) { console.log('keypress'); } } ] }

Namespace: IWCGJQGrid
published
 property DataEvents: TIWCGJQGridColDataEventList index 04 read GetDataEvents write SetDataEvents stored IsObjStored;

Property Value