Can I have the combobox "classic" and the combobox AJAX in the same project? I don't have the option of removing the classic version from the project yet, but need a few comboboxes to load via AJAX.
Thanks.
1 Answer, 1 is accepted
0
Yana
Telerik team
answered on 27 May 2009, 11:19 AM
Hi Michael,
They are in different namespaces ("classic" RadComboBox in Telerik.WebControls namespace, RadComboBox in Telerik.Web.UI namespace), so there is no problem using them in the same project.
You should use in the code-behind their full names (with the namespaces) in order to distinguish them.