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

[Solved] ComboBox disabled after upgrade to Q3 2009 build

2 Answers 102 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jaime Fuhr
Top achievements
Rank 1
Jaime Fuhr asked on 09 Nov 2009, 05:11 PM
I just finished upgrading our codebase to the Q3 2009 build for ASP.NET Ajax controls.

I have a RadControlBox inside a Web User Control.

The Web User Control is used inside a RadPanelBar.

When the page loads, the RadControlBox is loaded with my items, but is disabled.  I tried explicity setting the Enabled property to True, but this doesn't work either.

If I move the Web User control outside of the Panel Bar, it works fine.  If I move the RadControlBox from the Web User Control to a Rad Panel, it works fine.

So the problem has something to do with a RadControlBox inside a Web User Control that is used in Panel Item.

This was working fine before the Q3 upgrade.

Thoughts?

2 Answers, 1 is accepted

Sort by
0
Jaime Fuhr
Top achievements
Rank 1
answered on 09 Nov 2009, 05:26 PM
I've figured out what is going on here.  Well partly.

The RadPanelBar has three Panels that are disabled.  As the user clicks a button in each panel, it opens the next one and enables it.

If I remove the Enabled="False" property from the Panel Item with the Web User control, the ControlBox is enabled.

Which doesn't make sense because in the code-behind, I am enabling the Panel Item.  All of the other controls inside work correctly, so I'm thinking this might be a bug. 
0
Yana
Telerik team
answered on 10 Nov 2009, 09:16 AM
Hi Jaime,

Thank you for reporting this issue, We've logged it in our bug-tracking system and we'll try our best to fix it as soon as possible.

Best regards,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ComboBox
Asked by
Jaime Fuhr
Top achievements
Rank 1
Answers by
Jaime Fuhr
Top achievements
Rank 1
Yana
Telerik team
Share this question
or