New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Server-side Programming Overview

For a detailed list with the server-side properties and methods of the control, see the Server-Side API of the RadDropDownList class.

RadDropDownList supports a number of server-side events that let you respond to events with complex actions that can't be performed in client-side code.

The SelectedIndexChanged and ItemSelected events do not fire unless you set the AutoPostBack property to True .

In this article