This is a migrated thread and some comments may be shown as answers.

Customizing the Update and Cancel buttons in Grid Editing

0 Answers 53 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nate
Top achievements
Rank 1
Nate asked on 12 Nov 2010, 09:06 PM
Can anybody show me how to change the image or text of an Update and Cancel command buttons for Grid Editing? Because they are taking the HtmlAttribute of the Edit Command button. When i do like this............
.........
columns.Command(commands => commands.Edit().HtmlAttributes(new { @class = "gridbutton" }).ButtonType(GridButtonType.ImageAndText)).Title("Edit");
.............

Thanks,

Netsanet
Tags
Grid
Asked by
Nate
Top achievements
Rank 1
Share this question
or