Hi, I have an application that uses a large RadMenu. The menu is created on each page by the Page_Load event of a user control. I've noticed that the ViewState on pages was getting very big and setting EnableViewState="false" on the Radmenu control has helped reduce this considerably.
The menu still appears to operate correctly after disabling its ViewState. I'm curious to know whether there are any scenarios where a RadMenu WOULD need its ViewState to be enabled. I couldn't find any documentation references on this subject.
Regards, Ian
The menu still appears to operate correctly after disabling its ViewState. I'm curious to know whether there are any scenarios where a RadMenu WOULD need its ViewState to be enabled. I couldn't find any documentation references on this subject.
Regards, Ian