Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2745
Unsort Column in Single Mode
posted

I need to be able to unsort a column in single mode.  As of now for 13.2.20132.2157 there doesn't seem to be an API available.  I can clear or change the sorting expression but then I would have call data bind on the grid which re-renders the entire data source.  I don't want that.  I just want to clear the sorting and restore the original state.

How can I do this?

The current unsortColumn method returns in single mode.  Other examples require a data bind.  When the data source is set to remote, it causes the page to get the data again for no reason.

Halp?