Open bzamfir opened 6 years ago
multicolumncombobox
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
.
@bmsmg Hey nice, thanks for the tip!
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