This is a migrated thread and some comments may be shown as answers.

Creating administration UI (PanelBar similar to Kendo demo)

2 Answers 86 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Zdeněk
Top achievements
Rank 1
Zdeněk asked on 04 Feb 2012, 12:04 PM
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

2 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 08 Feb 2012, 05:52 PM
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 >>
0
Zdeněk
Top achievements
Rank 1
answered on 08 Feb 2012, 08:46 PM
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
Tags
PanelBar
Asked by
Zdeněk
Top achievements
Rank 1
Answers by
Kate
Telerik team
Zdeněk
Top achievements
Rank 1
Share this question
or