This is a migrated thread and some comments may be shown as answers.

[Solved] 3 Controls, only 1st enabled

1 Answer 53 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Baatezu
Top achievements
Rank 2
Baatezu asked on 24 Mar 2008, 08:21 PM
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.
            <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.

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 25 Mar 2008, 06:46 AM
Hi Baatezu,

Unfortunately, the provided information does not help us much in reproducing the error. I'm afraid we could not be of much help unless we reproduce the issue on our side. It will be best if you can open a support ticket and send us a simple running project (incl. your custom skins, CSS, images, DB backup if needed and so on) demonstrating the problem (and step-by-step instructions on doing so). In that way we can reproduce and pinpoint the problems you're facing on our side, understand the logic of your application and provide a solution.

Kind regards,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
Baatezu
Top achievements
Rank 2
Answers by
Paul
Telerik team
Share this question
or