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
135
Avoiding the postback when header is double clicked
posted

Hi,

When i click the header of ultrawebgrid my page gets posted back. I want to avoid this. What all settings do i need to perform for my webgrid.

Expecting an early response.

Thanks. 

 

  • 28464
    posted

    Hello,

    By default clicking on the header performs sorting. You can switch sorting modes from sorting on server to sorting on client with AllowSorting = OnClient. Or alternatively you can disable sorting altogether, if you do not need it.