-
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
Listbox and Aurelia's templating syntax #788
Comments
Yes there is: because Aurelia templating cannot cooperate successfully with KendoUI templating. There is no KendoUI API available for that. |
Sorry, maybe my question was not formed good enough. |
Similarly, my answer was too inclusive as the bridge does support Templates as shown here. Please provide a gist that illustrates your problem, and open the case to ensure the proper tracking of it (see Using gists and GistRun for more details). |
OK, this time I will be very specific. I am talking about this commented line: |
Let's ask @JeroenVinke for the answer to this, now very specific question, as he wrote that comment. My guess would be that the Aurelia template compiler does not work sufficiently well with KendoUI template compiler in this context. @JeroenVinke, can you please address the issue phrased as
|
hey @domenkogler This has to be resolved by Telerik. The listbox control does not call an internal API like most other controls do, so our bridge can't do template compilation. |
Thank you for the answer. I suspected there is something like this behind. |
Is there any reason why aurelia templating syntax does not work inside Listbox?
The text was updated successfully, but these errors were encountered: