-
John
5
posts
Member since:
Aug 2010
Posted 01 Apr 2015
Link to this post
I am sure there is a simple answer.
Right and AboveText work.
Left places the Image above the text.
Below place the Image in the text.
<telerik:RadToolBar ID="CommandRadToolBar" runat="server" AutoPostBack="True" Height="48px" SingleClick="None">
<Items>
<telerik:RadToolBarButton Text="Add New" CommandName="InitInsert" ImageUrl="~/Images/Tools16X16.png" ImagePosition="Left" Width="128" >
</telerik:RadToolBarButton>
<telerik:RadToolBarButton Text="Refresh" CommandName="RefreshItems" ImageUrl="~/Images/Refresh16X16.png" ImagePosition="Right" Width="128">
</telerik:RadToolBarButton>
</Items>
</telerik:RadToolBar>
-
-
John
5
posts
Member since:
Aug 2010
Posted 02 Apr 2015
Link to this post
The issue turned out to only in the ide, when running everything looks good.
-