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

Radtoolbar IE9 (item template)

1 Answer 39 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Naisha
Top achievements
Rank 1
Naisha asked on 12 Dec 2011, 07:42 AM

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 13 Dec 2011, 09:42 AM
Hi Itai,

I tested the issue using the code below and the latest version of the Telerik's controls but I am not able to reproduce the appearance that you get. Can you please try to modify my code or send a simple page where I could replicate the issue and help you out with a suitable solution:
<telerik:RadToolBar runat="server" ID="radtoolbar" Width="100%">
            <Items>
                <telerik:RadToolBarButton Text="toobBar Button" ImageUrl="../images/Paste.png" ImagePosition="AboveText">
                </telerik:RadToolBarButton>
                <telerik:RadToolBarButton Text="button2">
                </telerik:RadToolBarButton>
                <telerik:RadToolBarButton Text="button2">
                    <ItemTemplate>
                        <input id="input1" runat="server" />
                    </ItemTemplate>
                </telerik:RadToolBarButton>
            </Items>
        </telerik:RadToolBar>

Regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
ToolBar
Asked by
Naisha
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or