Telerik RadGrid GridEditCommandColumn Only Shows Text Rather Than Default Image



TODO:

You have a RadGrid and the edit column does not show the edit button, only the "edit" text

 

SOLUTION:

In my case the following was in my web.config,

<add key="Telerik.EnableEmbeddedSkins" value="false"/>
   

so the solution was as follows.

  1. Add EnableEmbeddedSkins="true" to your RadGrid declaration
  2. Add Skin="" to your RadGrid declaration


NOTES: