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

How to create custom Delete/Destroy button/command in Kendo UI grid?

1 Answer 872 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vlad
Top achievements
Rank 1
Vlad asked on 13 Nov 2012, 06:28 PM

I am using Kendo UI grid with GridEditMode.InCell and I need to add hyperlink for delete/destroy command in the grid column instead of default "Delete" button.

My current code looks like:

          c.Command(command => command.Destroy()).Width(90);

I also placed the same question at Stack Overflow.  I hope one of the forums will answer my question.

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Vlad
Top achievements
Rank 1
answered on 14 Nov 2012, 03:48 PM
If you interested in solution to this problem I posted solution of it on Stack Overflow
Tags
Grid
Asked by
Vlad
Top achievements
Rank 1
Answers by
Vlad
Top achievements
Rank 1
Share this question
or