I'm sure I'm missing something simple, but...
I have 3 radComboBoxes on an ascx I use in DotNetNuke. Only the first control is enabled when I try to use them.
So what I need to know is how to have all 3 comboboxes enabled when the page loads.
Many thanks for any pointers on this.
I have 3 radComboBoxes on an ascx I use in DotNetNuke. Only the first control is enabled when I try to use them.
| <table> |
| <tr><td>Client : </td><td><telerik:RadComboBox ID="radComboBoxClient" runat="server"> |
| </telerik:RadComboBox></td></tr> |
| <tr><td>Contact : </td><td><telerik:RadComboBox ID="radComboBoxContact" runat="server"> |
| </telerik:RadComboBox></td></tr> |
| <tr><td>Owner : </td><td><telerik:RadComboBox ID="radComboBoxOwner" runat="server"> |
| </telerik:RadComboBox></td></tr> |
| </table> |
So what I need to know is how to have all 3 comboboxes enabled when the page loads.
Many thanks for any pointers on this.