Hello,
Thanks,
I was wondering if it was possible to display both an image button and text within my edit column on the Ajax rad grid? For example I have the following edit column in my grid:
| <Columns> | |
| <telerik:GridEditCommandColumn UniqueName="EditCommandColumn" ButtonType="ImageButton" | |
| EditImageUrl="~/Images/icons/Edit-small.gif"> | |
| </Columns> |
It displays my icon nicely, but I would like to have it also display the word 'Edit' off to the right of the image; so that it would be [Image] Edit
I can't seem to get it to have both ways; is this possible?
Thanks,
Flea