Hi Dimitar,
I have similar problem, but when i apply your code, especially in this line
var columnheader = $("#jqxGrid").jqxGrid('getcolumn', event.args.datafield).text;
I get an error :
Uncaught TypeError: Cannot read property ‘datafield’ of undefined.
I have tried to copy the code, but the different is i use the grid as an input tool, therefore my grid does not have source:dataAdapter.
Do you think the absence of source:dataAdapter is the main problem or that should be no problem?
If no problem how do I fix the ‘datafield’ error.
Thanks,
JMS