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.
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.