Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more:
How to change the style of default Kendo edit button. The default button contain a pencil symbol with 'Edit' text. Instead of that I need to place an icon ..

I am using the below code for creating the edit button

CSS
columns.Command(command => { command.Edit(); }).Width(80);
Posted
Comments
[no name] 10-Oct-14 3:07am    
Do you get the id of the edit button. I guess we can use the Id to manipulate the icon.
Shemeemsha (ഷെമീംഷ) 10-Oct-14 3:26am    
Let me check

1 solution

fiddle[^]
Please check this fiddle. This might work out.
Thanks
:)
 
Share this answer
 
Comments
Shemeemsha (ഷെമീംഷ) 10-Oct-14 3:25am    
This is Kendo Grid JS code.. I am using Kendo MVC grid..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900