Will the treeview control work without viewstate enabled? It seems the viewstate from the treeview control is huge. Thank you.
1 Answer, 1 is accepted
0
Atanas Korchev
Telerik team
answered on 23 Jan 2008, 08:58 AM
Hello Ting,
RadTreeView can work with disabled viewstate as long as you populate it on every request to the page. In a word as in all controls ViewState size depends on the data the control is showing (e.g. number of nodes). Having large number of nodes will result in large ViewState size.