Hi,
I am using evaluation copy of PQGrid.
As per documentation,sorting is enabled by default in both Api documentation and Demos.
When i tried to do the same,sorting is not happening until i add the below line of code.
searchLicenseUsageGrid.pqGrid("option", "dataModel", { data: data, sorting: 'local', sortIndx: 'name' });
Is it necessary to add every time in all the pq grids of the application?
Is there any alternative so that we can achieve with out adding the above line in all the pages?