Knockout-Kendo 0.10.0

dotnet add package Knockout-Kendo --version 0.10.0
NuGet\Install-Package Knockout-Kendo -Version 0.10.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Knockout-Kendo" Version="0.10.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Knockout-Kendo --version 0.10.0
#r "nuget: Knockout-Kendo, 0.10.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Knockout-Kendo as a Cake Addin
#addin nuget:?package=Knockout-Kendo&version=0.10.0

// Install Knockout-Kendo as a Cake Tool
#tool nuget:?package=Knockout-Kendo&version=0.10.0

A project to create a robust set of Knockout.js bindings for the Kendo UI widgets.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.10.0 54,083 1/28/2020
0.9.8 53,817 11/8/2018
0.9.7 121,507 5/9/2016
0.9.6 25,685 11/16/2015
0.9.5 7,714 8/24/2015
0.9.3 21,757 4/9/2015
0.9.2 7,510 2/5/2015
0.9.0 19,416 11/26/2014
0.8.1 27,968 5/23/2014
0.8.0 25,498 3/31/2014
0.7.0 35,071 12/6/2013
0.6.3 28,406 7/22/2013
0.6.2 2,588 6/20/2013
0.6.1 1,415 6/16/2013
0.5.1.1 1,875 4/11/2013
0.5.1 1,253 4/11/2013

0.10.0
- updated dependencies
- added min/max observable watch for slider control

0.9.8
- fix exception with Knockout-KendoGrid and jQuery-KendoGrid on the same page

0.9.7
- fix for scheduler deletes throwing errors
- fix for error when dropping from one list to another in sortable
- fix for numericTextBox not triggering update immediately on spinner change

0.9.6
- fix issue with kendoMultiSelect from last couple of Kendo releases
0.9.5
- fix widget disposal by passing element to kendo.destroy.
0.9.4
- copyright date and package.json updates
0.9.3
- remove defaultOption for TreeView as it conflicted with using DOM nodes for tree and using dataSource option
0.9.2
- update tooltip content when observable changes
- check for element before calling destroy()
- properly cancel sortable to allow observableArray change to move items
- support data source in TreeView and respond to change event
0.9.1
- use kendo.destroy API when it is available
0.9.0
- added support for 22 new widgets including the mobile widgets
0.8.1
- added binding for sortable functionality to drag/drop resort observableArrays
- ignore null/undefined value when observable max/min is changed on numericTextBox
- allow throttle option to be passed to bindings to not update watched values async
- added selected option for panel bar that selects the panel (one-way). selecting other panels, does not set the observable to false, as there is not a deselect event fired.

0.8.0 - include additional widgets:
- Button
- MaskedTextBox
- Notification
- Scheduler

0.7.0 - -updated references to latest Kendo and KO
-fix to allow tree items to be initially selected in kendoTreeView
-fix to select optionLabel, if nothing is selecte for kendoDropDown
-add minimum throttle to dataSource updating to only update once when there are sequential updates
-add knockout-kendo to bower
0.6.3 - ensure that kendo object is available in require.js scenarios with specific modules. linting fixes. change build system to use Grunt.
0.6.2 - allow kendo.data.DataSource instances to be used for the "data" option of a widget