I've been following the demo's provided on the Kendo site and attempting to add several features into a grid: The selectable feature to allow click-drag selection of multiple rows, and a "Select All" checkbox in the header that will select all checkboxes for all available rows.
Unfortunately, I have not been able to get them both to work at the same time. Please see the Dojo I've modified: Here
Notice that the "select all" checkbox works correctly on page load - but when a feature of the grid is interacted with (such as the sort feature), the checkbox will stop working. Here's the interesting thing, if another feature is clicked (another sort - even if not the same row), the checkbox will function correctly again.
It "feels" as though something is being enabled/disabled that allows the checkbox to be selected.
I'm trying to Wrappers for Vue. using kendo-grid in my commponent. and set a command to a kendo-grid-column. the command.click bind to one of my vm.method. I wonder how to get current data item in vm's method. Can I?

I use AutoComplete as people picker
When selecting element, the whole object is selected (but just first name and last name is shown).
You can get selected object by: $("#" + ).data("kendoAutoComplete").dataItem()
The problem is when I fill the form with data. I don't know how to set to autocomplete so there would be value in ""
$("#" + ).data("kendoAutoComplete").value("test") is setting only what's displayed
I need this to validate whether the proper element was selected and I need all of the other properties of .
How to set as element in AutoComplete

Both persistSelection and selectedKeyNames are are broken when using a kendo.data.Model definition inside a dataSource.schema.model as per the documentation.
Demonstrated here;
https://dojo.telerik.com/EnAqAWAV
Hello, I’m trying to figure out how to specify the 'template' format for the “Report Link” below and I’ve tried a number of formats like the following but I get the “Missing attribute name” message and i've attached a word doc that shows the grid data without the template just to show that the grid is showing data, thanks for any pointers on this!
‘template' : '<a href="#=reportLink#">#=Report
Link#</a>'
<div id="gridAppUsers" data-role="grid" data-columns="[ { 'title' : 'Report', 'field' : 'reportLabel' }, { 'title' : 'Report Link', 'field' : 'reportLink', 'template' : '<a href="#=reportLink#">#=Report Link#</a>' } ]" data-editable="inline" data-sortable="true" data-scrollable="true" data-selectable="single, row" data-bind="source: reportDs">
I Saw that have an option of view WorkWeekView but i would like this workWeekView for all types of Views.
How can i do this ?

Hi, i want to ask about something, can us set disable in row kendo grid with condition?
Thank's
Hi,
I need to have the flexibility of the scheduler timeline over an editable grid to achieve similar functionality to the attached image.
If the scheduler view can be customized to have columns to the left and its cells are data oriented with inline editing,i think it can do.
I'm not sure if such functionality can be achieved by tweaking either of the Grid,Scheduler,Gantt views
any suggestions/help is much appreciated
Regards,
MOTASH
