-
Notifications
You must be signed in to change notification settings - Fork 31
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
fixedGroupTemplate not working on dropdownlist #793
Comments
there is a hook kendo calls each time a template is used. Unfortunately, this hook isn't used consistently across kendo. Therefore, sometimes we cannot hook the aurelia templating engine to the kendo controls. |
In my case I'm binding the fixedGroupTemplate in the viewModel like that :
and not via the html tag, how can I make the workaround to work like you did? |
It should work the same when you assign a string to kFixedGroupHeaderTemplate. You will have to refresh the dropdownlist when you dynamically change the template after the component is rendered though |
Ok , but where should I put this "kendo-template" flag to true, i'm not using the |
As you can see on the gist below the fixedGroupTemplate does not handle the binding :
https://gist.run/?id=2f63f1cf51d7965775e6c73a331f4baf
We should have the country displayed instead of ${Country}.
The text was updated successfully, but these errors were encountered: