or
Hi,
Imagine I have the following scenario: RadGrid with a textbox and button on each row.
How can I achieve that each button is DefaultButton (reacts on Enter key) when the user focuses in the row's textbox?
Thanks for help,
Marc
<telerik:RibbonBarTemplateItem> <Template> <asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatDirection="Vertical"> <asp:ListItem Value="0">Siyah/Beyaz</asp:ListItem> <asp:ListItem Selected="True" Value="1">Gri</asp:ListItem> <asp:ListItem Value="2">Renkli</asp:ListItem> </asp:RadioButtonList> </Template></telerik:RibbonBarTemplateItem>Hello
I'm looking at this demo:
http://demos.telerik.com/aspnet-ajax/ribbonbar/examples/tooltip/defaultcs.aspx
Is there a way to force the tooltip to immediatly show up as soon as the mouse is over one of the buttons instead of waiting around 0.5s?
Thanks a lot

