Ive tried the following, but the image is broken when rendered, any advice? Bonus points if it can render the image from active Skin vs. a preset one.
<CommandItemTemplate> |
<div style="padding:3px 7px 4px;"> |
<asp:ImageButton id="btnAdd" runat="server" ImageUrl='<%= Page.ClientScript.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Outlook.Grid.AddRecord.gif") %>' /> |
</div> |
</CommandItemTemplate> |