We have 4 jqxgrids displayed that have the same columns. When someone makes a sorting change, is there a way to link the jqxgrids so that any sort changes to one table update the sort for them all? I.E if they sort desc by “Customer” in one, it does the same in all, etc…
I got it working having 1 grid act as the “master”, and using it’s sort event handler to update the sort on the others. But when i try to do this multi-directionally it gets into an infinite loop of sort events as they are all updating each other. Is there a way to do this so that when programatically updating the sort on a grid it doesn’t trigger the sort event handler?