uniGUI Compolete Professional v1.90.0.1496
Ext event:
function celldblclick(sender, td, cellIndex, record, tr, rowIndex, e, eOpts)
{
Ext.defer(function(){
ajaxRequest(sender, 'celldblclick', ['cel='+cellIndex], false)
}, 300);
}
In Delphi OnAjaxEvent parameter cel is missing.
There is parameter c but its value is 0 for first and second column (first column is fixed).
I need to know column id independently from fixed columns count.