For a webapplication i am working on i need to extend the LinkManager with some new functionality. What i would like is to add a new asp.net databound dropdownlist. To bind the datasource to the dropdownlist control i need to have some kind of code behind, since that part is compiled into the Telerik.Web.UI.dll library i guess it is not possible??
The other 2 options that came to my mind is filling the HTML combobox using ajax by calling a webservice or just create an new custom dialog. Are there any other options??
Thanks in advance