Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for newer Kendo controls #257

Open
bzamfir opened this issue Sep 25, 2018 · 3 comments
Open

Support for newer Kendo controls #257

bzamfir opened this issue Sep 25, 2018 · 3 comments

Comments

@bzamfir
Copy link

bzamfir commented Sep 25, 2018

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

@cknoop
Copy link

cknoop commented Feb 24, 2020

multicolumncombobox

@bmsmg
Copy link

bmsmg commented Feb 24, 2020

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.

@cknoop
Copy link

cknoop commented Feb 25, 2020

@bmsmg Hey nice, thanks for the tip!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants