I read this http://www.telerik.com/help/aspnet-ajax/grdskins.html and it seems I can use the Telerik icons in HTML, I need to do some customization on RadGrid.
Anyone knows how to use it in an ASPX page? Since it is already embedded in web resource already.
<img src="......[some web resource path]....Edit.gif" />
Of course the stupid way is to download all images in my web application and reference it as ~/Images/Edit.gif.
Thanks