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.
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.
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.
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.
Creating controls programmatically
This example illustrates how to create controls at runtime.
AJAX support
This example illustrates the use of
Telerik's
AJAX Manager to provide AJAX functionality.
Surviving redirects
This example illustrates how Ribbon state can be preserved when using Response.Redirect
or cross-page post backs.