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.
- Add EnableEmbeddedSkins="true" to your RadGrid declaration
- Add Skin="" to your RadGrid declaration
NOTES: