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

Edit and Delete Grid Buttons

2 Answers 312 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sam
Top achievements
Rank 1
Sam asked on 14 Sep 2012, 11:08 PM
good morning everyone,

i just read and found out that :
"Buttons related to editing now utilize both images and text. There are no text-only or image-only buttons available" at the below URL

http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/migration/widgets/grid#editing

Since it has been implemented like that, is there some sort of work around or way to not have both images and text but only the images for the "Edit" and "Delete" grid buttons when doing Grid editing?????

I know that the Telerik Extensions for ASP.NET MVC Grid allowed for "Images and Text", "TExt" only, and "Image" only:

columns.Command(commands =>
        {
            commands.Edit().ButtonType(GridButtonType.Image);
            commands.Delete().ButtonType(GridButtonType.Image);
        })

For my purposes, I really need only the images for the delete and edit button.

Thank you very much for your help

2 Answers, 1 is accepted

Sort by
0
OnaBai
Top achievements
Rank 2
answered on 16 Sep 2012, 09:29 PM
I explained in this blog how to do it for toolbar, for row buttons is similar. If you still need help: please let me know!
0
Mario
Top achievements
Rank 1
answered on 20 Sep 2012, 07:18 AM
Tags
Grid
Asked by
Sam
Top achievements
Rank 1
Answers by
OnaBai
Top achievements
Rank 2
Mario
Top achievements
Rank 1
Share this question
or