Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > PanelBar > Creating administration UI (PanelBar similar to Kendo demo)

Not answered Creating administration UI (PanelBar similar to Kendo demo)

Feed from this thread
  • Zdenek Plachy avatar

    Posted on Feb 4, 2012 (permalink)

    I like Kendo Web UI demo at: http://demos.kendoui.com/web/overview/index.html
    Is there some way how to tweak ASP.NET AJAX RadPanelBar to behave in the similar way (inject content do page without postback, stay expanded on actual page, change address in URL?)
    I’m starting a new web database application (mainly administrative interface) and I’m looking for best responsive and quick UI architecture. I’ve deep Telerik ASP.NET AJAX controls knowledge, so I prefer to stay within borders of ASP.NET AJAX. But if it will be unavoidable, I can switch to other technology as needed, of course.
    Thank you very much for your advice.
    Zdenek

    Reply

  • Kate Kate admin's avatar

    Posted on Feb 8, 2012 (permalink)

    Hello Zdenek,

    The functionality that you are trying to accomplish seems like a load on demand functionality of the RadPanelBar. With ASP.NET AJAX RadPanelBar you can try the following: Handle OnClientItemExpand to explicitly trigger the server-side AjaxRequest event as explained in this help topic. In AjaxRequest, you can find the RadPanelBar instance and the currently expanded item and add content to its child item.

    All the best,
    Kate
    the Telerik team
    Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>

    Reply

  • Zdenek Plachy avatar

    Posted on Feb 8, 2012 (permalink)

    Hi Kate,
    thank you for your reply. I simulated this behavior with RadMultiPages similary as described in this thread:
    http://www.telerik.com/community/forums/aspnet-ajax/panelbar/urgent-load-on-demand-radpanelbar-with-multipage.aspx

    Zdenek

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > PanelBar > Creating administration UI (PanelBar similar to Kendo demo)
Related resources for "Creating administration UI (PanelBar similar to Kendo demo)"

[  ASP.NET PanelBar Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]