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

Colorpicker and checkbox inside Toolbar lose formatting when inside ascx

1 Answer 76 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
rbrooks33
Top achievements
Rank 1
rbrooks33 asked on 15 Aug 2008, 09:09 PM
Hi, I work almost exclusively with DNN and would like to use the Toolbar but I'm seeing that some controls that I put in the toolbar item template are not rendering correctly (e.g. colorpicker and checkbox).

I verified that the templated controls DO render correctly when the toolbar is on a page (aspx).

Any idea of the cause?

Thanks, Rodney

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 20 Aug 2008, 07:51 AM
Hello Rodney,

We couldn't see any problems with RadToolbar under DNN in our local tests. Here is the toolbar definition which we tested:

<telerik:RadToolBar ID="RadToolBar1" runat="server">  
    <CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation> 
    <Items> 
        <telerik:RadToolBarButton runat="server" Text="Button 0">  
            <ItemTemplate> 
                <telerik:RadColorPicker ID="RadColorPicker1" runat="server" Preset="Standard">  
                </telerik:RadColorPicker> 
            </ItemTemplate> 
        </telerik:RadToolBarButton> 
        <telerik:RadToolBarButton runat="server" Text="Button 1">  
            <ItemTemplate> 
                <asp:CheckBox ID="CheckBox1" runat="server" /> 
            </ItemTemplate> 
        </telerik:RadToolBarButton> 
        <telerik:RadToolBarButton runat="server" Text="Button 2">  
        </telerik:RadToolBarButton> 
    </Items> 
</telerik:RadToolBar> 

Do you have a live url which we can examine?


Kind regards,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ToolBar
Asked by
rbrooks33
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or