When using a built-in skin the command icons (edit, delete, etc.) are automatically pulled properly through the WebResource.axd handler.
However, when you change your skin to a custom skin, it just starts using URLs like "delete.gif" and "edit.gif" which of course do not exist in the folder of the user control that contains the grid.
What is the CORRECT way to update the skin so that the command icons are properly displayed based on the images located in the skin's folder?
Thanks,
Kevin
However, when you change your skin to a custom skin, it just starts using URLs like "delete.gif" and "edit.gif" which of course do not exist in the folder of the user control that contains the grid.
What is the CORRECT way to update the skin so that the command icons are properly displayed based on the images located in the skin's folder?
Thanks,
Kevin