Has anybody been able to extract images from the new office 2010 themes as in the example below.
Many thanks
James
Many thanks
James
// Works
<
img
src='<%= Page.ClientScript.GetWebResourceUrl(grid.GetType(), "Telerik.Web.UI.Skins.Black.Grid.AddRecord.gif") %>' />
// Doesn't work
<
img
src='<%= Page.ClientScript.GetWebResourceUrl(grid.GetType(), "Telerik.Web.UI.Skins.Office2010Black.Grid.AddRecord.gif") %>' />