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<imgsrc='<%= Page.ClientScript.GetWebResourceUrl(grid.GetType(), "Telerik.Web.UI.Skins.Black.Grid.AddRecord.gif") %>' />// Doesn't work<imgsrc='<%= Page.ClientScript.GetWebResourceUrl(grid.GetType(), "Telerik.Web.UI.Skins.Office2010Black.Grid.AddRecord.gif") %>' />