Applying sorting or filters on the ASPXGridview causes the page to refresh. How can I prevent this? This is kind of annoying to the users.
The enablecallback property for the ASPXGrid is set to false.(I want it to be false).
Also that causes all the user selection to go away(checkboxes,radiobutton defaults to the original)
Applying sorting or filters on the ASPXGridview causes the page to refresh. How can
Share
Put the gridview inside of an UpdatePanel.