Knockout-Kendo
0.9.2
See the version list below for details.
dotnet add package Knockout-Kendo --version 0.9.2
NuGet\Install-Package Knockout-Kendo -Version 0.9.2
<PackageReference Include="Knockout-Kendo" Version="0.9.2" />
paket add Knockout-Kendo --version 0.9.2
#r "nuget: Knockout-Kendo, 0.9.2"
// Install Knockout-Kendo as a Cake Addin #addin nuget:?package=Knockout-Kendo&version=0.9.2 // Install Knockout-Kendo as a Cake Tool #tool nuget:?package=Knockout-Kendo&version=0.9.2
A project to create a robust set of Knockout.js bindings for the Kendo UI widgets.
Learn more about Target Frameworks and .NET Standard.
-
- knockoutjs (>= 2.0.0)
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 | 73,559 | 1/28/2020 |
0.9.8 | 59,836 | 11/8/2018 |
0.9.7 | 136,978 | 5/9/2016 |
0.9.6 | 29,728 | 11/16/2015 |
0.9.5 | 7,797 | 8/24/2015 |
0.9.3 | 22,897 | 4/9/2015 |
0.9.2 | 7,822 | 2/5/2015 |
0.9.0 | 23,850 | 11/26/2014 |
0.8.1 | 32,544 | 5/23/2014 |
0.8.0 | 30,557 | 3/31/2014 |
0.7.0 | 38,906 | 12/6/2013 |
0.6.3 | 29,765 | 7/22/2013 |
0.6.2 | 2,633 | 6/20/2013 |
0.6.1 | 1,456 | 6/16/2013 |
0.5.1.1 | 1,915 | 4/11/2013 |
0.5.1 | 1,288 | 4/11/2013 |
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