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

Is there RadToolBarButton AutoCloseDelay support

1 Answer 41 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 26 Sep 2011, 03:15 AM

Hi,

I have a RadToolBar and I am specifying ToolTips for each of the RadToolBarButtons via implicit resources in the markup. The tooltips are displaying correctly but I'm interested in displaying the ToolTips for longer (as they would if you could specify the AutoCloseDelay property). I've popped a bit of the ToolBar markup into the post.

Any ideas would be appreciated.

<telerik:RadToolBar ID="barActions" runat="server" onbuttonclick="barActions_ButtonClick" Width="100%">
  <Items>
    <telerik:RadToolBarButton Value="New" PostBack="false" CausesValidation="false" meta:resourcekey="ToolBarNew"  />
  </Items>
</telerik:RadToolBar>

Many thanks,
Ben

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 29 Sep 2011, 08:17 AM
Hello Ben,

The build-in tool tip of the RadToolBar doesn't provide such functionality, so my suggestion is to use our RadToolTipManager or RadToolTip control. Using these controls you could achieve the desired behavior.

Please refer to the following demo and help articles here and here.

Greetings,
Dimitar Terziev
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
Ben
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or