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
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!