Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ToolBar > Radtoolbar IE9 (item template)

Not answered Radtoolbar IE9 (item template)

Feed from this thread
  • Itai avatar

    Posted on Dec 12, 2011 (permalink)

      

    Hello Telerik.

     

    I am using a radtoolbar with some radtoolbuttons and it happens that using IE9 the ItemTemplate which includes a search text box appears bottomed lined to the toolbar.

     

    I am attaching a screen shot of my problem.

     

    10x in advance idan giloh.

    Attached files

    Reply

  • Kate Kate admin's avatar

    Posted on Dec 13, 2011 (permalink)

    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ToolBar > Radtoolbar IE9 (item template)
Related resources for "Radtoolbar IE9 (item template)"

[   ASP.NET ToolBar Features  |  Documentation  |  Demos  |  Telerik TV   |   Self-Paced Trainer   |  Step-by-step Tutorial  ]