Checkbox column in grid for Kendo UI for Vue
问题 I am trying to add a checkbox column to a grid for Kendo UI Vue. The column needs to reflect a boolean field in the grid datasource. I know I can add a checkbox column for selection as per here: https://www.telerik.com/kendo-vue-ui/components/grid/selection/, but this doesn't really suit as I need a column bound to a datasource field. My grid looks like this: <kendo-grid v-once :data-source="myViewModel.gridDataSource"> <kendo-grid-column- :template="checkboxTemplate" :width="100" :sortable=