I have a grid that I bind explicitly with method .data("kendoGrid").dataSource.read();
But the selectable property is not working for the grid. I cannot select the databound columns. I guess this is somewhat due to the fact that I bind the grid explicitly.
Do I have to do something else work selectable to work?