We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the templates options for kendoListView only contains template for the default template, while the Kendo documentation specifies an editTemplate to use when editing the List View item (http://docs.telerik.com/kendo-ui/api/javascript/ui/listview#configuration-editTemplate).
template
editTemplate
The templates option for kendoListView should also contain editTemplate and altTemplate to cover all available options.
altTemplate
I am planning on forking to make this change (since I have already made it in my local project but thought it should come to the main project).
The text was updated successfully, but these errors were encountered:
We can do the same whit the multiselect, it not suport KO templates, if you share your code I can learn how to do it with the multi select widget.
Sorry, something went wrong.
No branches or pull requests
Currently the templates options for kendoListView only contains
template
for the default template, while the Kendo documentation specifies aneditTemplate
to use when editing the List View item (http://docs.telerik.com/kendo-ui/api/javascript/ui/listview#configuration-editTemplate).The templates option for kendoListView should also contain
editTemplate
andaltTemplate
to cover all available options.I am planning on forking to make this change (since I have already made it in my local project but thought it should come to the main project).
The text was updated successfully, but these errors were encountered: