I have the following column which takes the user to a new page when clicking on the Edit Text:
How can I replace the field text with the Edit Item Icon?
| <telerik:GridHyperLinkColumn Text="Edit" HeaderText="Edit" DataNavigateUrlFields="AccountID" |
| DataNavigateUrlFormatString="Account.aspx?AccountID={0}"> |
| <HeaderStyle HorizontalAlign="Center" /> |
| <ItemStyle HorizontalAlign="Center" /> |
| </telerik:GridHyperLinkColumn> |
How can I replace the field text with the Edit Item Icon?