Introduction

Client-side examples

Server-side examples

Source code on
Telerik's Code Library

Server-side examples
This set of examples show how the server-side ASP.net object model can be used to build and control the ribbon.
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 server-side Quick Access button events.
View Example
Ribbon Groups and Layouts
This example illustrates the use of the Ribbon Group and the Dialog Laucher. It also includes the use of Layout controls that can help provide consistent layout within groups.
View Example
Large Ribbon Buttons and Large Split Ribbon Buttons
This example illustrates how to set Large Ribbon button state, and respond to server-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, and respond to server-side events. It also shows how to use the related Small Split Ribbon button.
View Example
Creating controls programmatically
This example illustrates how to create controls at runtime.
View Example
AJAX support
This example illustrates the use of Telerik's AJAX Manager to provide AJAX functionality.
View Example
Surviving redirects
This example illustrates how Ribbon state can be preserved when using Response.Redirect or cross-page post backs.
View Example