Is it possible? columns.Bound(p => p.ContainerId).Title("CONTAINER"); columns.Bound(p => p.TruckVisitAppointmentNumber).Title("APPT"); columns.Bound(p => p.Notes).Template(@).ClientTemplate(, "

" +, "
" +, "
" +, .Sortable(sortable => sortable.AllowUnsort(true).SortMode(GridSortMode.MultipleColumn)), .Selectable(selectable => selectable.Mode(GridSelectionMode.Single).Type(GridSelectionType.Row)), .Reorderable(reorder => reorder.Columns(true)), .Change("onChange").DataBinding("onDataBinding")), .Action("WrapperApptRead", "Notification"),

how to add button in kendo grid column mvc

Menu