Kendo UI Grid: Select single cell, get back DataItem, and prevent specific cells from being selected?
I've got a Kendo UI Grid displaying a set of data and I need to be able to select specific cells (cells in specific columns), and when selected, return the DataItem for the row the selected cell is in, and the property of that DataItem that was clicked on. I don't know if this is possible, but I've been working on it all day and have concluded that I need some help. Here's my grid and dataBound function, which currently gets me the DataItem, but that's it: var hhGrid = hhDiv.kendoGrid({ dataSource: housing, scrollable: false, sortable: true, selectable: 'cell', columns: [ { field: "Start",