Knockout-Kendo
0.9.3
dotnet add package Knockout-Kendo --version 0.9.3
NuGet\Install-Package Knockout-Kendo -Version 0.9.3
<PackageReference Include="Knockout-Kendo" Version="0.9.3" />
paket add Knockout-Kendo --version 0.9.3
#r "nuget: Knockout-Kendo, 0.9.3"
// Install Knockout-Kendo as a Cake Addin #addin nuget:?package=Knockout-Kendo&version=0.9.3 // Install Knockout-Kendo as a Cake Tool #tool nuget:?package=Knockout-Kendo&version=0.9.3
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)
GitHub repositories
This package is not used by any popular GitHub repositories.
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