Hi Gabriel,
In order to load data into the RadComboBox when this modal panel shows, subscribe on the
OnClientLoad client-side event and initiate a request for items using the
requestItems method of the RadComboBox.
On order to preselect the first item once data is loaded you could subscribe on the
OnClientItemsRequested client-side event and use the following implementation:
I've prepared a sample page based on the above explained approach.
Regards,
Dimitar Terziev
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>