So far I can see the sort event doesn’t have a way to know what column fired the sort!?
Ok, and how can I know wich column remove the sorting?
If I have more than one column I want to know wich one doesn’t have sorting anymore to run a callback.
Is there any way to know?
A solution would be: $(“#jqxgrid”).jqxGrid(‘addfilter’, [‘firstname’, ‘lastname’], filtergroup);
But, obviusly, [‘firstname’, ‘lastname’] doesn’t work, it’s just to explain my point.
What can I do to resolve this?
Explain this better: Your proposal is for find ‘Joe’ in both columns, so if Joe doesn’t appear in firstname AND lastname fails.
I need to do a logic OR but between columns, so instead of make firstname AND lastname, I want to do firstname OR lastname
Ok, thanks but he example seems that doesn’t work.
Also I can’t do a OR (filter_or_operator = 1), it’s always AND