Top "Kendo-datasource" questions

The KendoDataSource component is an abstraction for using local (arrays of JavaScript objects) or remote (XML, JSON, JSONP) data.

Getting checked rows from kendo grid

I have a kendo grid with a checked box column .I have been trying to get the dataitem rows when …

javascript jquery kendo-ui kendo-grid kendo-datasource
Kendo grid - get current editing row

How do you get the current row that's been edited even when it's not selected? I have a batch enabled …

javascript jquery angularjs kendo-grid kendo-datasource
KendoUI chart - how do I show animation while loading data?

I have a KendoUI chart generated with JavaScript. Is there a way to clear the plotArea with a command? For …

kendo-ui kendo-datasource kendo-chart
how to manually set column value in kendo grid

I was able to set the remark on console but I have no idea how to set the remark value …

javascript kendo-ui kendo-grid kendo-datasource kendo-mvvm
What is best way to bind a Kendo UI dropdownlist to a ViewModel that is populated by a datasource?

I have a kendoUI dropdownlist that is in a template and is bound to a ViewModel, along with a span …

javascript kendo-ui kendo-mvvm kendo-datasource
Paging kendo grid client side

I want to use a MVC helper to build a grid on the server side but after I want to …

javascript kendo-ui kendo-grid kendo-asp.net-mvc kendo-datasource
Kendo UI Angular JS and AutoComplete with a service

I'm making an Angular App and I'm starting to use some of the Kendo UI controls. I'm having some issues …

angularjs kendo-ui kendo-datasource kendo-autocomplete
Persist additional dataSource.read parameters on paganation in Kendo data grid

I have a Kendo Grid that loads data via ajax with a call to server-side ASP.NET read method: public …

javascript jquery kendo-ui kendo-grid kendo-datasource
Kendo UI Web Scheduler - Modifying resources dataSource dynamically

I'm trying to change the resources dataSource dynamically, but the changes I am making are not being applied to the …

javascript kendo-ui scheduler kendo-scheduler kendo-datasource
Creating a kendo dropdown list inside a kendo template

<script id="myTmpl" type="text/x-kendo-tmpl"> <div id="myDropDown"> </div> </script> That's …

jquery kendo-ui kendo-dropdown kendo-datasource