Hi,
I am using GridEditCommandColumn and the ButtonType is set to ImageButton.
In edit mode, I want an image to be displayed on Edit and text for Update and Cancel as in the code above. Is it possible to achieve?
On changing the ButtonType to LinkButton, the edit image is not displayed but replaced with 'Edit' text.
I am using GridEditCommandColumn and the ButtonType is set to ImageButton.
<
telerik:GridEditCommandColumn UniqueName="EditCommandColumn" ButtonType="ImageButton"
UpdateText="Save" CancelText="Cancel"
EditImageUrl="Images/Edit.gif">
In edit mode, I want an image to be displayed on Edit and text for Update and Cancel as in the code above. Is it possible to achieve?
On changing the ButtonType to LinkButton, the edit image is not displayed but replaced with 'Edit' text.