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
7
votes
2 answers

Knockout-Kendo listview not initializing after valueHasMutated

I'm working on a project which requires me to use Kendo UI along with Knockout.js for a mobile application, as a way to bind this libraries I'm using the knockout-kendo library, the app consists of a simple product list with detailed views for each…
Max Rasguido
  • 457
  • 6
  • 27
7
votes
2 answers

Knockout Kendo Grid dataBound events

I have a kendo ui grid using the knockout-kendo set. I have a few custom buttons in one column of the grid i.e. to make a ajax call for edit a entry in another div, delete one or check for an editId to call a function. My problem is, that both…
chris
  • 4,827
  • 6
  • 35
  • 53
4
votes
1 answer

Knockout-Kendo Chart - remove and add series

My project is MVC 5, I am using the following to generate a chart with multiple series: HTML:
hncl
  • 2,295
  • 7
  • 63
  • 129
4
votes
2 answers

Using Kendo Grid with knockoutjs row template make filtering impossible

I'm currently building an application using knockoutjs for the MVVM pattern, and Kendo Web for the controls. I have somme issues with filtering/grouping the data in the kendo grid. I need to have highly customizable rows, and so I choose to use row…
3
votes
1 answer

Knockout-Kendo MultiSelect: Enter Key Clears Previously Selected Values

I'm using the Knockout-Kendo MultiSelect control. If I select a value from the list, then type in the second value and click enter, the previously entered values are removed. VIEW
sroes
  • 14,663
  • 1
  • 53
  • 72
2
votes
1 answer

Updating Knockout-Bound Kendo UI Grid Columns Collection

I'm using the Knockout-Kendo.js library to bind a Kendo Grid with Knockout bindings. I've built a system that loads multiple datasources that each have their own set of columns assigned to them. I have everything working great with the exception of…
Sherman
  • 853
  • 5
  • 16
2
votes
2 answers

With Knockout-Kendo JS how to filter on a column bound to ko observable array using Kendo filterable property

I'm using RP Niemeyer's Kendo-Knockout bindings and I can get things to work alright. The issue I currently have is attempting to filter on an observable column using Kendo menu filtering customization. The Kendo filterable property works fine for a…
user1309226
  • 739
  • 1
  • 10
  • 31
2
votes
2 answers

How to get the id when selected in the kendo ui autocomplete in knockout js

I am using knock out kendo autocomplete in my application. I want to get the value field of the selected autocomplete. Below is the fiddle for the auto complete. Instead of text I want to display id. Fiddle Javascript code: var ViewModel =…
SrinivasNaidu
  • 439
  • 2
  • 10
  • 27
2
votes
2 answers

What is the appropriate way to filter a kendo grid with knockoutjs?

What is the appropriate way to filter a grid using the knockout-kendo kendoGrid binding? I am currently filtering a grid by binding it to a computed array, using the technique shown here: Utility Functions in KnockoutJS - see "Filtering an…
user210757
  • 6,996
  • 17
  • 66
  • 115
2
votes
1 answer

knockout-kendo widgets with knockout validation not working

I need to implement knockout validation with knockout-kendo. I have this html:
artist_dev
  • 163
  • 2
  • 11
1
2 3 4