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

Ribbon Tab with dynamically populated data

3 Answers 107 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
K.
Top achievements
Rank 1
K. asked on 29 Sep 2010, 05:02 AM
one of my tabs needs to have dynamically populated data that user will be able to select (some of it ). Based on the selected items certain functionality will be invoked.

I'm wondering what is the best control to be used on Ribbon to accomplish:
-    presenting data to the user and allowing for selecting one or more items.

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 04 Oct 2010, 09:59 AM
Hi konrad krupa,

Thanks for the writing,

RadRibbonBar is a UI control that serves as a fluent menu and it is not very adaptive for adding/removing dynamically items.

So, I could suggest using other controls for your scenario like RadGridView or RadListContols.
If you still want to use RadRibbonBar, you can take a look at this help article describing how to add and remove groups.
 
I hope this helps.

Regards,
Peter
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
0
hema
Top achievements
Rank 1
answered on 22 Mar 2011, 12:10 PM
can we add menu items for ribbon dropdown command??
0
Peter
Telerik team
answered on 24 Mar 2011, 01:01 PM
Hi hema,

Thank you for the writing.

You should add items to the Items collection of DropDownListElement (in case you use RadDropDownListElement), for example:

radDropDownListElement1.Items.Add("item 1");
radDropDownListElement1.Items.Add("item 2");

I hope this helps. 

Do not hesitate to contact us if you have other questions.

All the best,
Peter
the Telerik team
Tags
RibbonBar
Asked by
K.
Top achievements
Rank 1
Answers by
Peter
Telerik team
hema
Top achievements
Rank 1
Share this question
or