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

Binding to OutlookBar

9 Answers 100 Views
OutlookBar
This is a migrated thread and some comments may be shown as answers.
Ganesh Jagdale
Top achievements
Rank 1
Ganesh Jagdale asked on 08 Jan 2010, 01:43 PM
Hi telerik,

Thanks for providing such beatifull control.
I am using in my project ..
but I faced one issue while binding data to Outlookbar..

My Binging object is like this,

public

 

class NavigationEntity

 

{

 

public string Header { get; set; }

 

 

public List<Item> Items { get; set; }

 

 

}

 

public class Item

 

{

 

public string ItemName { get; set; }

 

}


and I bind List<NavigationEntity >  to outlook bar ..
then it shows header but not "Items" which is list..

If u  have such example pls give me .. 

Thanks and Regards
Ganesh 
 

9 Answers, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 08 Jan 2010, 01:48 PM
Hi Ganesh Jagdale,

OutlookBar is not a hierachical control. It is displaying flat collections. You can use ContentTemplate to bind the items to another control ( such as listbox) to have them populated.

Best wishes,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ganesh Jagdale
Top achievements
Rank 1
answered on 08 Jan 2010, 01:56 PM
Hi Valentin.Stoychev,

Thanks for replying.
but I want to control like image which I attached to this post..
In that image for each item there is icon.
If this is not possible in RadOutlookBar. then which control i shouls use from telerik suite to achive such objective..

Thank and Regards
Ganesh
0
Valentin.Stoychev
Telerik team
answered on 08 Jan 2010, 02:06 PM
Hi Ganesh Jagdale,

You can use the RadPanelBar instead.

Regards,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ganesh Jagdale
Top achievements
Rank 1
answered on 08 Jan 2010, 02:15 PM
Hi Valentin.Stoychev,

I already used RadPanelbar with such binding ..
but I want display "Icon for each root  items and child items".
 
If u have such example ..pls share with me ... It will  realy  help me  a lot ..

Thanks ..
Ganesh
0
Valentin.Stoychev
Telerik team
answered on 08 Jan 2010, 02:17 PM
Hello Ganesh Jagdale,

check this help topic:
http://www.telerik.com/help/silverlight/radtreeview-templating-item-template.html

It is written for the RadTreeView, but it aplies to the RadPanelBar also.

Kind regards,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ganesh Jagdale
Top achievements
Rank 1
answered on 13 Jan 2010, 03:29 PM
Hi Valentin.Stoychev ,
THanks For replying..
If u have working solution for RadPanelBar With ItemTeplate which contain images..
 It will help me a lot ....

Thanks,
Ganesh
0
Valentin.Stoychev
Telerik team
answered on 14 Jan 2010, 07:09 AM
Hi Ganesh Jagdale,

The example is pretty straightforward. If I prepare a project - I'll send you the same code :). I wonder is there anything that you don't understand, so we can improve it.

Thanks!

Kind regards,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Doug Beard
Top achievements
Rank 1
answered on 06 Nov 2010, 05:13 PM
1010010
0
Viktor Tsvetkov
Telerik team
answered on 08 Nov 2010, 10:55 AM
Hello Doug Beard,

What do you mean with "1010010"?

Best wishes,
Viktor Tsvetkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
OutlookBar
Asked by
Ganesh Jagdale
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Ganesh Jagdale
Top achievements
Rank 1
Doug Beard
Top achievements
Rank 1
Viktor Tsvetkov
Telerik team
Share this question
or