New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Adding and Editing Templates at Design Time

With RadToolBar it is really easy to add and edit templates at design time. The steps below describe how to add a textbox to a toolbar button and how to set its Tooltip property.

  1. Click on RadToolBar's smart tag and choose Edit Templates.

ToolBar Edit Template Smart Tag

  1. Click on the buttons' dropdown and choose the button for which you will add a template control.

ToolBar Edit Template

  1. Drag a control to the template surface and right-click on it to show its properties dialog. In this case, we add a textbox control and set its ToolTip property.

ToolBar Item Template

  1. Finally, click again on RadToolbar's smart tag and choose End Template Editing.

ToolBar End Template Editing

Now the toolbar will look like this

ToolBar SearchBox

See Also

In this article