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

Splitbutton Sub-Grouping

2 Answers 40 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 23 Apr 2013, 04:08 PM
Does the split button support sub-grouping. For example.

Parent
-Child #1
    -Child #1 Menu Item
-Child #2
    -Child #2 Menu item

2 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 24 Apr 2013, 11:49 AM
Hi Michael,

By using the menu in a Group you can nest menu items, so that you can have parent and child items. However, with the splitbuttons you have a flat structure and currently you are not allowed to have nested buttons on the second and third level. Here is a simple example:
.... <telerik:RibbonBarGroup CssClass="rbgPage" Text="Page" Enabled="true">
                                <Items>
                     <telerik:RibbonBarMenu Text="Menu">
                                      <Items>
                                              <telerik:RibbonBarMenuItem Text="item1">
                                              <Items>
                                                       <telerik:RibbonBarMenuItem Text="item1.1">
                                                       </telerik:RibbonBarMenuItem>
                                      </Items>
                                               </telerik:RibbonBarMenuItem>
                                          </Items>
                                   </telerik:RibbonBarMenu>
                                      <telerik:RibbonBarSplitButton Text="splitbutton">
                                      <Buttons>
                                               <telerik:RibbonBarButton Text="button1" />
                                               <telerik:RibbonBarButton Text="button1" />
                                           </Buttons>
                                       </telerik:RibbonBarSplitButton>
          <telerik:RibbonBarButton Text="button" Size="Large"  />
          <telerik:RibbonBarButton Text="button" Size="Large"  />
          <telerik:RibbonBarButton Text="button" Size="Large"  />
                   </Items>
                </telerik:RibbonBarGroup>.....
 

All the best,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Michael
Top achievements
Rank 1
answered on 24 Apr 2013, 12:31 PM
That is a little disappointing. Would be a good feature to request for a future version.

Michael
Tags
RibbonBar
Asked by
Michael
Top achievements
Rank 1
Answers by
Kate
Telerik team
Michael
Top achievements
Rank 1
Share this question
or