When I add a button column for the Edit/Update/Cancel button, I can change the button type to be an image, and it will automatically fetch the telerik skin images from WebResource.axd, and in the properties of the column you can see that for the image url it's using "mvwres://...".
However, if I try to do anything similar with a Delete column button, it doesn't work. I'm assuming the delete icon is stored as a resource in the telerik dll just like the edit/update/cancel images are. Is there any way to have it reference this image rather than copying the delete.gif from telerik program files to my application directory and manually pointing the delete column to use this gif?
However, if I try to do anything similar with a Delete column button, it doesn't work. I'm assuming the delete icon is stored as a resource in the telerik dll just like the edit/update/cancel images are. Is there any way to have it reference this image rather than copying the delete.gif from telerik program files to my application directory and manually pointing the delete column to use this gif?