Use RadRibbonView with Other controls
Use RadRibbonView with RadCalendar
The purpose of this tutorial is to show you how to integrate a RadCalendar with a RadRibbonView. The solution is to set the RadCalendar as a drop down content of a RadRibbonSplitButton. The next example demonstrates how to do that.
Here is the result:
Use RadRibbonView with DataPicker
Except the controls associated with the RadRibbonView, like RadRibbonButton, RadRibbonGallery, RadRibbonComboBox, you can place other controls in the RadRibbonGroups. Here is an example of adding a RadDatePicker control inside a RadRibbonGroup.
The result is the following:
Integrate a RadColorPicker Directly Into a Ribbon Group
The next example demonstrates how to integrate a RadColorPicker directly into a Ribbon Group.
And the result is:
Integrate a RadColorSelector as a Part of a RadRibbonDropDownButton
Integrating a RadColorSelector with a RadRibbonDropDownButton is a simple task. See the next code-snippet.
The RadColorSelector is set as a DropDownContent of the RadRibbonDropDownButton.