Hello everyone,
I have an issue need your help.
My jqwidgets grid has 3 columns (DocumentType, DocumentDate, DocumentTitle) allow sort. At the same time, the data is sorted by one column.
This is my case:
I click on sort ascending for DocumentType.
The ascending arrow is displayed on the header of column DocumentType.
The selecting for “Sort ascending” is disable. Only “Sort descending” is clickable.
I make a postback in the page (I implement that the data is still kept sorting).
However, the state of grid is not keep any more: There is no ascending arrow is displayed on the header of column DocumentType. Both selecting for “Sort ascending” and “Sort descending” are clickable although the data is sorted ascending for DocumentType but there
Therefore, I would like to keep the sorting arrow of after postback. Could you please help me?
Thank you so much!
Best regards,
Phuc