Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Treeview > Disable/Decrease ViewState
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Disable/Decrease ViewState

Feed from this thread
  • Posted on Feb 27, 2008 (permalink)

    Hello,

    I use RadTreeView with checkboxes on a small page and need to keep it of a little size.
    But the Tree's ViewState takes too much... As always (and who invented it!!!).

    Disabling ViewState, again - as always, disables the functionality of TreeView.

    Can you suggest me how to keep Checked state of nodes between postbacks with minimal ViewState?

    (Note: TreeView is populated manually, in code-behind. ASP.NET 1.1).

    Regards,
    Dmitriy.

  • Atanas Korchev Atanas Korchev admin's avatar

    Posted on Feb 28, 2008 (permalink)

    Hello nagir,

    RadTreeView should be working as expected with disabled viewstate. Could you please open a support ticket and send us a sample project which demonstrates the problem you are experiencing? Thanks.

    Regards,
    Albert
    the Telerik team

    Instantly find answers to your questions at the new Telerik Support Center

  • Ronn avatar

    Posted on Jul 23, 2008 (permalink)

    Can you elaborate on what you mean by working as expected with disabled viewstate?

    What should I expect?

  • Ronn avatar

    Posted on Jul 23, 2008 (permalink)

    Can you elaborate on what you mean by working as expected with disabled viewstate?

    What should I expect?

  • Ronn avatar

    Posted on Jul 23, 2008 (permalink)

    Can you elaborate on what you mean by working as expected with disabled viewstate?

    What should I expect?

  • Deni avatar

    Posted on Jun 14, 2011 (permalink)

    i have disabled viewstate, initially load the tree view on server side and operate with it's client side functions and i can conform it's working without problems. Only on postback the tree have to be rebind-ed, since this doesn't occurs often the tree is working faster and there are no memory leaks which happened with view state enabled - 1MB per user for tree with 2000+ nodes.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Treeview > Disable/Decrease ViewState