Hi,
I am loading the jqxGrid via a url i.e loading remote data.
The Json returned will be dynamic every time, so I need to parse on client, the columns to be set in the ‘column’ property.
Is there a way I can act on the data returned, before the grid is bound?
I have a way by which I can fire an Ajax Call first, load the data, act on it, and then bind the grid to the modified data. However, that would mean setting the localdata property, which will disable the filtering and sorting of the grid on the server.
Can you help please?