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

Listbox and Aurelia's templating syntax #788

Open
domenkogler opened this issue May 20, 2018 · 7 comments
Open

Listbox and Aurelia's templating syntax #788

domenkogler opened this issue May 20, 2018 · 7 comments

Comments

@domenkogler
Copy link

Is there any reason why aurelia templating syntax does not work inside Listbox?

@adriatic
Copy link
Member

Yes there is: because Aurelia templating cannot cooperate successfully with KendoUI templating. There is no KendoUI API available for that.

@domenkogler
Copy link
Author

Sorry, maybe my question was not formed good enough.
What is so special in Listbox? Other controls work perfectly.

@adriatic
Copy link
Member

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).

@domenkogler
Copy link
Author

domenkogler commented May 21, 2018

OK, this time I will be very specific. I am talking about this commented line:
<!-- unfortunately Aurelia's templating syntax is not supported here -->
That is line 18 of app.html of Listbox/templates in this demo application and also in Gist.

@adriatic
Copy link
Member

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

What is so special in Listbox? Other controls work perfectly.

@JeroenVinke
Copy link
Member

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.

@domenkogler
Copy link
Author

Thank you for the answer. I suspected there is something like this behind.

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