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

RadFormDecorator hides CheckBox in templated RadComboBox

5 Answers 88 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ryan Means
Top achievements
Rank 1
Ryan Means asked on 15 Apr 2009, 03:51 PM
I have a page that has a RadFormDecorator on it which is decorating CheckBoxes.  I also have a RadComboBox on the page where I am putting CheckBoxes in the ItemTemplate.  When the page renders the CheckBoxes are not visible.  If I turn off the CheckBox decoration in the RadFormDecorator they appear.

<rad:RadFormDecorator ID="RadFormDecorator1" runat="server" DecorationZoneID="BodyContents" DecoratedControls="Buttons, CheckBoxes, RadioButtons" /> 
 
<rad:RadComboBox ID="rcbTradeStatus" runat="server" DataValueField="pkTradeStatus" DataTextField="sStatusDesc" Width="300px" HighlightTemplatedItems="true" AllowCustomText="true">  
    <ItemTemplate> 
        <asp:CheckBox ID="cbTradeStatus" runat="server" TextAlign="Right" Text='<%# Eval("sStatusDesc") %>' />   
    </ItemTemplate> 
</rad:RadComboBox> 

5 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 17 Apr 2009, 02:16 PM
Hi Ryan,

Thank you for bringing this problem to our attention. We recognize this as a bug and we will fix it for one of the following updates.
For the time being, I suggest to exclude the checkboxes from decoration, or not to set a DecorationZoneID for the RadFormDecorator.

Your points were updated.


Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Roger
Top achievements
Rank 1
answered on 09 Jun 2011, 08:55 PM
This still seems to be an issue in version 2011.1.413.35
0
Dimitar Terziev
Telerik team
answered on 15 Jun 2011, 11:45 AM
Hi Roger,

I've made a couple of tests with the code snippet provided with the version of the controls you are using and the checkboxes are rendered properly. Please have a look at this video demonstrating what I've tested.

Greetings,
Dimitar Terziev
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Roger
Top achievements
Rank 1
answered on 15 Jun 2011, 04:10 PM

I to tried to duplicate in a test app and couldn't.  The area in which I seen the behvior was with a combo on a grid editform, but I setup a test like that also, still couldn't duplicate it with and without a master page.  The comob on production that had this issue was also a multi select with checkboxes, so I duplicated that in my test, everything looked fine.

I used the same web.config from my production app, still couldn't duplicate it. 

In short I tried to duplicate as close as possible from the production page that's seeing this issue and couldn't duplicate it.  My test app was originally create with VS2008, while the production app was originally created with VS2003, migrated to 2005 and now 2008.  Maybe there is something there that is causing it.  I did put the zone back in the production app master page, and the issue was still there, so I took the zone out.

When I get time, I'll create a new project in VS2008 and add the same exact files from production and see if it still does it.


0
Dimitar Terziev
Telerik team
answered on 20 Jun 2011, 11:59 AM
Hi Roger,

In case you have managed to reproduce this issue, please open a support ticket and provide us with a sample, so we could test it locally and find a solution.

Best wishes,
Dimitar Terziev
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
ComboBox
Asked by
Ryan Means
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Roger
Top achievements
Rank 1
Dimitar Terziev
Telerik team
Share this question
or