Hello Ron,
RadComboBox provides a flexible client-side API. You can easily
interact with the combobox in the browser using the combobox client-side
object.You can attach the
OnClientSelectedIndexChanged event to the RadComboBox and access the selectedItem. Here is a sample code.
JavaScript:
aspx:
RadComboBox Object
Thanks,
Shinu.