Hello,
I have a jqGrid that can be sorted by different columns both in ascending and descending order. Columns may be added or removed, and the order of the columns may be changed too. I need to detect when any of these properties have changed, in order to save the users preference.
Is there a way to catch these events? I've been looking at the problem for a few days but cant seem to find a way to do it without a "Save" button.. but I dont really like that solution..
Thanks!