Kendo Grid Hiding/Showing Delete button
问题 I am new on Kendo MVC components as well as on jQuery. I am building Kendo Grid.I would like to hide destroy(delete) command on page load on Kendo grid.After that when I click to button on same page, it should be visible. kendo grid: @(Html.Kendo().Grid<Model>() .Name("grid") .Columns(columns => { columns.Bound(product => product.DESCRIPTION).Title("Description"); columns.Bound(product => product.CODE).Title("Description"); columns.Command(commands => { commands.Destroy().HtmlAttributes(new {