Hi Roman,
can you tell me how to remove (parts) of the current state of a UniGrid? I have a UniGrid on a page that is populated in Page_Load() with .OrderBy("NodeLevel, NodeOrder,NodeName") to ensure backend sorting by default. If users click on a column header, the sorting changes to that column. But I'd like to give users the ability to switch back to "system" sorting somehow without closing the browser.
Best regards,
Stefan