Introduction

Client-side examples

Server-side examples

Source code on
Telerik's Code Library

Client-side examples
This set of examples show how the client-side JavaScript object model can be used to control the ribbon without the need for post backs to the server.
Application Bar and Quick Access Toolbar
This example illustrates how to change the text displayed in the Application Bar, minimize the Ribbon, set Quick Access button state, and respond to client-side Quick Access button events.
View Example
Ribbon Groups
This example illustrates the use of the Ribbon Group and the Dialog Laucher.
View Example
Large Ribbon Buttons and Large Split Ribbon Buttons
This example illustrates how to set Large Ribbon button state, display drop down menus, and respond to client-side events. It also shows how to use the related Large Split Ribbon button.
View Example
Small Ribbon Buttons and Small Split Ribbon Buttons
This example illustrates how to set Small Ribbon button state, display drop down menus, and respond to client-side events. It also shows how to use the related Small Split Ribbon button.
View Example
Ribbon Resizing Manager
This example illustrates the use of the Ribbon Resizing Manager to collapse and expand Ribbon Groups as the browser window size changes.
View Example