Hi there,
while placing a long name in Split button of rad ToolBar. I am getting a white backGround Color behind the button text on Mouse over.
Below is code snippet.
while placing a long name in Split button of rad ToolBar. I am getting a white backGround Color behind the button text on Mouse over.
Below is code snippet.
<telerik:RadToolBar ID="testId" runat="server" Skin="Outlook"> <Items> <telerik:RadToolBarButton runat="server" CommandName="cmd1" ToolTip="cmd" ImageUrl="./cmd.png" /> <telerik:RadToolBarButton IsSeparator="true" /> <telerik:RadToolBarSplitButton CommandName="textoo1" Value="textoo1" Width="100%" OuterCssClass="../cmd.png" > <Buttons> <telerik:RadToolBarButton runat="server" Text="ddddddddddddddddddddddddddddd dddddddddddddddddddddddddddaasassakk kkkkkkkkkkkkk kkkkkkkkkkkkkkkkkk" ></telerik:RadToolBarButton> </Buttons> </telerik:RadToolBarSplitButton> </Items> </telerik:RadToolBar>