Questions tagged [knockout-kendo]

Knockout-Kendo is a JavaScript library that supports declarative data binding, dependency tracking, and automatic UI updates.

Available under the MIT open-source licences, Knockout-Kendo.js is designed to create rich, responsive display and editor user interfaces with a clean underlying data model.

59 questions
0
votes
1 answer

Kendo-Knockout: How to filter and sort a remote data source?

I am trying to get KendoGrid and Knockout JS working together. So far, so good.. except that I don't know how to get filtering and sorting working with a remote data source (I don't want to load all of the data on the client side before being able…
Matt
  • 6,787
  • 11
  • 65
  • 112
0
votes
1 answer

Sorting and filtering not working in knockout kendo grid

I am using Knockout-Kendo.js and i had no problems binding data to the grid and seeing changes when observable array changes. However Sorting does not work and there are no js errors. Please note that tasks is a ko.observableArray() …
Gopal SA
  • 949
  • 2
  • 17
  • 36
0
votes
1 answer

knockout-kendo.js data binding issue

I am using knockout-kendo.js for knockout.js binding to kendo grid. If you bind object's first level property then it works fine. Here is a sample - http://jsfiddle.net/rniemeyer/jZtg5/ In the above example items property is defined in the…
Hitesh
  • 352
  • 2
  • 9
  • 24
0
votes
1 answer

Knockout-kendo KendoUI Grid Sorting by the input value in the grid cell

I have a KendoUI grid that is defined in my code using the Knockout-Kendo plugin as follow. It is important to note that this grids number of columns changes depending on the json received from the server.