I want to hide kendo grid command edit button or delete button based on role. + How to hide command column if needed.Thanks
{ command: [{ name: "Details", click: showDetails },
{ name: "Edit", click: onEdit },
{ name: "Delete", click: obDelete, hidden:true}], title: 'Actions', width: 230 }