Hello,
We have noticed that in Q3 2010 clicking on a RadToolbarButton image does not navigate to the page specified RadToolbarButton NavigateUrl. Clicking on the text or area around the text works fine. (Clicking on an image was working in Q2 2008)
Here's my code:
Is it possible to navigate when clicking on the image?
Thanks,
Matt
We have noticed that in Q3 2010 clicking on a RadToolbarButton image does not navigate to the page specified RadToolbarButton NavigateUrl. Clicking on the text or area around the text works fine. (Clicking on an image was working in Q2 2008)
Here's my code:
<style type="text/css"> div.RadToolBarDropDown .rtbWrap { line-height: 52px; padding-left: 57px; } div.RadToolBarDropDown .rtbItemHovered, div.RadToolBarDropDown .rtbItemFocused, div.RadToolBarDropDown .rtbItemHovered .rtbWrap, div.RadToolBarDropDown .rtbItemFocused .rtbWrap { background-image: none; background-color: #8E8E8E; } </style> <telerik:RadToolBar ID="radToolBarMenu" runat="server" Orientation="Vertical"> <Items> <telerik:RadToolBarDropDown runat="server" ImageUrl="~/Images/NewReceipt.jpg" Text="Receipt"> <Buttons> <telerik:RadToolBarButton runat="server" ImageUrl="~/Images/ReceiptInternal.jpg" NavigateUrl="~/Internal.aspx" Text="Internal"> </telerik:RadToolBarButton> <telerik:RadToolBarButton runat="server" ImageUrl="~/Images/ReceiptExternal.jpg" NavigateUrl="~/External.aspx" Text="External"> </telerik:RadToolBarButton> </Buttons> </telerik:RadToolBarDropDown> </Items> </telerik:RadToolBar>Is it possible to navigate when clicking on the image?
Thanks,
Matt
