Questions tagged [radpanelbar]

Telerik's RadPanelBar is a versatile component allowing you to build different navigation systems such as left/right side menus and Outlook style panels.

RadPanelBar is a versatile component allowing you to build different navigation systems such as left/right side menus and Outlook style panels. The templating mechanism of the control provides the ability to customize the control so that it can represent a site navigation system.

Key Features:
Hierarchical Data Binding - You can bind RadPanelBar to various hierarchical structures specific to your application. Your RadPanelBar can be bound to a collection of Objects, XML, or you can use a WCF service to populate the control.

Keyboard Support - Use your keyboard to navigate, expand , collapse or select items in RadPanelBar. Additionally, all corresponding events will be fired when using the keys to manage the panelbar items.

Different Expand Modes - The ExpandMode can be either single or multiple, reflecting the allowed number of expanded items. When in single ExpandMode, all the panel items will collapse except the item that has just been expanded. Alternatively, the multiple ExpandMode allows more than one items to be expanded simultaneously.

Styling and Appearance - RadPanelBar can be fully customized using Microsoft Expression Blend. There are also several pre-defined themes that can be used to stylize the RadPanelBar control.

17 questions
3
votes
2 answers

Telerik Silverlight RadPanelBar Hierarchical Data Template

I need to display the following layout with a telerik PanelBar. With the code below I was able to achieve everything except the 92% stuff in each panel. XAML:
iMatoria
  • 1,450
  • 2
  • 19
  • 35
2
votes
2 answers

html control disappears after ajax postback

I'm generating the Div's dynamically on the RadPanelBar using jquery. On the page load it works fine. However, if I collapse and expand the RadPanelBar the generated divs are disappears from it. This is how I'm registering the…
manjunath
  • 21
  • 2
1
vote
1 answer

How to extend RadPanelBar Custom Control ItemContainerStyle?

I am using Telerik's RadPanelBar and customizing it by deriving the class from RadPanelbar. But when i start the project it will be normal black theme applied to the control. How to override this. IF i try this setting inside the xaml on the local…
Nivid Dholakia
  • 5,272
  • 4
  • 30
  • 55
1
vote
1 answer

Binding a Telerik RadPanelBar to a flat data source in Silverlight

I'm attempting to bind a RadPanelBar to a flat data source in Silverlight. All the examples I am seeing using hierarchical data. I want to show a simple log of events, with the ability to drop down and see a single text field with event details. I…
Mike Cole
  • 14,474
  • 28
  • 114
  • 194
1
vote
0 answers

how can i use Telerik Panel-bar binding to Site_map in MVC razor layout file?

I have MVC4 project that i want to use Telerik Q2 2013 panel bar in my _layout razor file for showing my menu. it uses a site map. in Telerik website it bind panel bar with controller .but i do not know how can i get controller for my layout page or…
1
vote
1 answer

Redirect page inside RadPanel

I have two forms that must be displayed side by side. When I click on the row it must be redirect to the RadPanel Response.Redirect("Url.aspx"); here is my code for radpanel.
StackOverflowUser
  • 305
  • 3
  • 8
  • 19
1
vote
1 answer

Telerik RadPanelBar - Bind Parent Items using GROUP

I have a scenairo where I need to bind a RadPanelBar to a SQL table similar to the below structure: ID, Name, Category 1, Fred, Male 2, Sam, Male 3, Fred, Male 4, Sam, Female 5, Louise, Female 6, Tom, Male I need the panelbar to be in a…
Robert W
  • 2,921
  • 7
  • 34
  • 42
1
vote
1 answer

WPF Expand RadPanelBarItem only in available space

I have a RadPanelBar with each RadPanelItem having a list of entities(Different list in each Item). Each item in the List is shown as a GroupBox. With a large number of items the RadPanelBar has to be scrolled in order for the other RadPanelBarItems…
Duke Cyrillus
  • 1,217
  • 2
  • 14
  • 29
0
votes
1 answer

Writing Custom Theme for Telerik RadPanelBar.

I am presently writing a custom theme for Telerik RadPanelbar control can anybody had faced this before or know some sort of examples/Sample projects for the same. I dont know the exact approach for it. So if anyonecan help me out. Thanks in…
Nivid Dholakia
  • 5,272
  • 4
  • 30
  • 55
0
votes
1 answer

RadPanelBar bound to DataSet

I'm trying to use a RadPanelBar to divide a form into a series of collapsible sections. I created the first section with no data source; this works normally. When I bind the panel bar to a DataSet, all the template controls are gone. There is a…
Sean Rich
  • 2,338
  • 2
  • 20
  • 15
0
votes
2 answers

How to stop RadPanelBar navigating to a hash

I have a RadPanelBar as such...
Simon
  • 2,810
  • 2
  • 18
  • 23
0
votes
1 answer

How to add content template to RadPanelItem in RadPanelbar programatically

I am working with asp.net page with telerik, in which i have a telerik radgrid, when click on the grid edit, need to fetch some data that matches present scenario and that data in the form of data table containing multiple rows, Now based on the no…
Gurunadh
  • 453
  • 2
  • 10
  • 24
0
votes
0 answers

DNN 5.6 RadPanel side menu Issue

I am working on DNN 5.6 website where HTML pro module is being used which duplicates the sub menu (left) which is using the Telerik RadPanel control. It duplicates when the module is refreshed. I tried using the Telerik RadMenu control but I want…
0
votes
1 answer

Why does Teleriks Tabs Control only works after a postback in ASP.Net

I have RadTabPanel1 in my page using a MasterPage, when i click on a tabpanel, it will add # to the address bar (eg: localhost:8080/SiBase/Default.aspx#). Until i trigger a postback from button or any other control before the tab opens. This works…
Prince Tegaton
  • 222
  • 1
  • 4
  • 14
0
votes
1 answer

RadPanelBar Drag And Drop

Is it possible to accomplish drag and drop on radpanelbar in ASP.NET like this and how? RadPanelBar MyList1 ->RadPanelItem item1 -> nested RadPanelItem item2 MyList2 item3 item4 to RadPanelBar MyList1 ->RadPanelItem item1 …
user1610362
  • 637
  • 2
  • 9
  • 26
1
2