Hello,
I have a user control in which I wish to place a RadToolBar. However, the toolbar does not render at all in the browser; it only shows what looks like a couple of link buttons. They still function normally and appear fine in the Visual Studio designer. How can I get the toolbar to render correctly? I have used it on several other pages (none of which are user controls) and it looks fine.
Toolbar code:
Screenshots:
Browser view
Visual Studio 2008 Designer View
Using Q1 2010 and IE7
Thank you
I have a user control in which I wish to place a RadToolBar. However, the toolbar does not render at all in the browser; it only shows what looks like a couple of link buttons. They still function normally and appear fine in the Visual Studio designer. How can I get the toolbar to render correctly? I have used it on several other pages (none of which are user controls) and it looks fine.
Toolbar code:
<telerik:RadToolBar runat="server" ID="SearchToolBar" OnButtonClick="SearchToolBar_ButtonClick"><Items><telerik:RadToolBarButton ImageUrl="../images/search.gif" Text="Search" ToolTip="Search with selected terms" Width="200px" runat="server" AccessKey="S" Value="SEARCH" meta:resourcekey="SearchButton" /> <telerik:RadToolBarButton ImageUrl="../images/erase.gif" Text="Clear Search" ToolTip="Clear search items" runat="server" AccessKey="C" Value="CLEAR" meta:resourcekey="ClearSearchButton" /></Items></telerik:RadToolBar>Screenshots:
Browser view
Visual Studio 2008 Designer View
Using Q1 2010 and IE7
Thank you