Using ParamQuery Pro 3.3. When saving the state using saveState if the grid has more than one column selected for sorting, only the first sort column is saved.
After restoring the state using grid.loadState( {state: state, refresh: false}) we are calling grid.sort() with no parameters to sort based on the sorter information in the grid.
Thank you!