Hello,
I have this situation.
Four columns, only the first one is pinned.
When I move one of the other columns to the second position I need to reload the json data from a server.
Currently I am using the event “columnreordered” and I do a Post to a WebServer to get the new data.
The problem is that the event “columnreordered” is called more than once. (If I don’t do the Post it is called only once so I think the grid doesn’t like to be refreshed while it is still loading.)
Any idea to avoid these multiple calls?
Is there another event that it’s called after “columnreordered” that I could use for reloading the data?
Thank you in advance