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

Create and Destroy button in a Grid

1 Answer 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Raymond
Top achievements
Rank 1
Raymond asked on 14 Mar 2013, 06:16 PM
Is it possible to have only create and destroy button BUT NO EDIT button shown in a grid?

I have tried not to include edit command but on addition, the update and cancel buttons are not shown.

regards

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 18 Mar 2013, 03:53 PM
Hello Raymond,

Generally speaking this is not supported out of the box in Kendo UI Grid, however you can achieve it using additional code. As a possible approach I can suggest you to hide the Edit button using custom CSS. For example: 
.k-grid-edit{
    display: none;
}

Hence the Update and Cancel buttons will be still available.

Regards,

Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Raymond
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or