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
1
vote
0 answers

Knockout-kendo and Kendo UI MVC wrappers

Here is the scenario I want to display data in a kendo grid and on selecting a row on that grid, it should display details of that row in a form with textboxes. User will be able to update the values and it should get reflected in kendo Grid. Am…
Sai
  • 629
  • 1
  • 8
  • 26
1
vote
2 answers

Kendo-UI Editor Placeholder

I have some Editor boxes that I'd like to add placeholder text to. It looks like the placeholder text…
Andrew Walters
  • 4,763
  • 6
  • 35
  • 49
0
votes
1 answer

Input inside a template is not converting to Kendo widget

I am using Knockout-Kendo.js to bind Kendo widgets to Knockout observables. I have a KendoListView that populates itself from html template based on a observable named "Filters". The problem I am having is that the input control that I am using…
DanB
  • 11
  • 2
0
votes
1 answer

Knockout-Kendo: DropDown with Tooltip doesn't work

I'm using Knockout-Kendo bindings. I need to use DropDownList with Tooltip, but using both bindings in one control doesn't work. Anyone knows why and how to fix it? var ViewModel = function() { this.choices = ko.observableArray(["apple",…
Raptor
  • 392
  • 1
  • 4
  • 21
0
votes
0 answers

Kendo-UI Toolbar overflow out of Knockout.js context

So, I am trying to do a kendoToolBar with knockout-kendo. I've noticed that the k-overflow-wrapper div gets put at the bottom of the html, so the overflow items are completely out of "knockout" context, and thus none of the bindings work. I'm at…
Tony
  • 1
  • 1
0
votes
1 answer

Knockout-Kendo.js Grid UI:datepicker filter

I am using the Knockout-Kendo.js integration library I am trying to get the datepicker filter working. However, whenever I add filterable: {ui: "datetimepicker" } to my configuration nothing is shown on the page and no script errors. My kendoGrid…
David
  • 3,047
  • 4
  • 45
  • 79
0
votes
2 answers

Knockout-Kendo.js Grid date formatting

I am using Knockout.js integration with Kendo UI Grid (http://rniemeyer.github.io/knockout-kendo/web/Grid.html). In my JSON I am returning a date which shows up as Oct 06 2015, 03:54 PM -04:00. I have specified the column type and the format as…
David
  • 3,047
  • 4
  • 45
  • 79
0
votes
0 answers

Kendo UI Virtualization grid with Knockout.js

I am fiddling with Kendo UI and Knockout and I can't seem to set grid to work in virtualization mode (single page, load 10 rows, and load more as the user scrolls). Was anyone able to do that or is this impossible with local data? EDIT: What I have…
azza idz
  • 623
  • 3
  • 13
  • 27
0
votes
1 answer

How to handle Kendo UI MVVM Date Picker Initialisation

I have 2 views ... One for a numeric text box: @Html.TextBoxFor(m => m, new { @class = "k-input", data_bind = "value: " + ViewData.TemplateInfo.HtmlFieldPrefix, data_role = "numerictextbox", data_format = @"\#", data_decimals =…
War
  • 8,539
  • 4
  • 46
  • 98
0
votes
1 answer

Knockout kendo ui date time picker

I am using Knockout kendo ui date time picker in one application and am reusing same application for other project here i want to change the date time format which should effect all the screens at once with out changing the existing code in asp.net…
0
votes
1 answer

Kendo upload the HttpPostedFileBase showing always null In IE11

i am using the kendo upload functionality with knockout. The HttpPostedFileBase in the controller action result always show as null in IE11, Chrome, Firefox. But it works fine when using IE8, IE9. It would be great if any one has solution for this…
0
votes
1 answer

Kendo Schedular is not working after updating the kendo 2014 Q3 & knockout-kendo 0.9

I am using kendo scheduler in my Ko based MVVM app, scheduler is works well in my previous version of Kendo(Q2 2014) and knockout-kendo (0.8). recently i just updated both kendo(2014 Q3) and konckout-kendo (0.9) it is not working it throws a error…
Sivanraj M
  • 8,867
  • 1
  • 14
  • 9
0
votes
1 answer

Formatting a number in a TextBox onBlur and onLoad ? using Knockout

I have a view with text-box of type Number and i am successfully validating whether i'm entering numeric's or not like that using knockout validation plugin But here comes a situation where i need to format my entered numbers with a comma for every…
super cool
  • 6,003
  • 2
  • 30
  • 63
0
votes
1 answer

Knockout-Kendo Header Template Binding Context

For one of my Kendo UI Grids, I've specified a headerTemplate for a specific column. However, there doesn't seem to be any binding context in the template. I tied adding to the template but nothing…
Steve Wash
  • 986
  • 4
  • 23
  • 50
0
votes
1 answer

Unable to Customize Kendo Calendar Month templates with Knockout Kendo JS Binding

I have customized the Kendo Calendar Month Template Reference found Here with out knockout-kendo.js. Official Kendo Reference from Here. The problem is when i use the below code in knockout-kendo.js binding its not getting compiled. Take a look at…
RajeshKdev
  • 6,365
  • 6
  • 58
  • 80