Knockout-Kendo 0.8.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Knockout-Kendo --version 0.8.1
NuGet\Install-Package Knockout-Kendo -Version 0.8.1
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.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Knockout-Kendo --version 0.8.1
#r "nuget: Knockout-Kendo, 0.8.1"
#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.8.1

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

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.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