aurelia-kendoui-bridge icon indicating copy to clipboard operation
aurelia-kendoui-bridge copied to clipboard

Listbox and Aurelia's templating syntax

Open domenkogler opened this issue 6 years ago • 7 comments

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

domenkogler avatar May 20 '18 22:05 domenkogler

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

adriatic avatar May 20 '18 22:05 adriatic

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

domenkogler avatar May 21 '18 06:05 domenkogler

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

adriatic avatar May 21 '18 14:05 adriatic

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.

domenkogler avatar May 21 '18 15:05 domenkogler

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.

adriatic avatar May 21 '18 15:05 adriatic

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.

JeroenVinke avatar May 21 '18 16:05 JeroenVinke

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

domenkogler avatar May 21 '18 16:05 domenkogler