You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These bindings are actually quite simple to create on your own. I would recommend starting with something somewhat similar; in this case use ComboBox as a starting point (https://github.com/kendo-labs/knockout-kendo/blob/master/src/knockout-kendoComboBox.js). From there you only need to give the binding a new name (kendoMultiColumnComboBox) then add the properties you need, which would probably be just columns. You can call createBinding from your own js with ko.kendo.bindingFactory.createBinding.
Hi,
I'd like to ask if there is any plan for new version to support newer kendo controls, like DropDownTree
https://demos.telerik.com/aspnet-ajax/dropdowntree/examples/functionality/checkboxes/defaultcs.aspx
Also, please update the nuget package with newer versions.
The last one available as nuget is 0.9.7 from few years ago.
Thank you
The text was updated successfully, but these errors were encountered: