Sort Event does not fire when EnableViewState =false for data grid

G

Guest

Hi All,

I am not able to get the sort event when i EnableViewState =false for data
grid.
Is there any relation betwn those two.Please comment.
How can I get through this problem?

Thanks in advance.

Regards,
Vidds
 
G

Guest

EnableViewState="False" is the silent killer, since most of controls
internally uses ViewState, disabling it will cause issues.

If you don't have EnableViewstate enabled you have to handle paging in code
since ASP.NET can't track the state of the current page

Regards
JIGNESH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top