Since Q2 2014 the RadDropDownList can be bound to RadClientDataSource control.
This functionality is provided out of the box through the server-side ClientDataSourceID property.
RadDropDownList needs the following properties in order to load its items properly:
- DataText—defines the data source field name which will be shown as text of the item.
- DataValue—defines the data source field name which will be considered as value of the item.
The RadDropDownList property VirtualScrolling works in exactly the same manner as with any other data source control.