I get an invalid template when using tabstrips in the following scenario:
grid -> popup edit - popup has a grid - this grid has a popup for edit - and that popup has a tabstrip.
I believe it is caused the by the hashtag on the href below for the tabs.
<a class="k-link" href="#choiceDetailTabstrip-2">HTML Fragment</a>
Please advise.
Thanks.
Rene.
Edit: It may also be due to jQuery("#choiceDetailTabstrip").kendoTabStrip( ..
The hash tags are not escaped ... as well - I also have a Kendo editor in one of the tabs...
grid -> popup edit - popup has a grid - this grid has a popup for edit - and that popup has a tabstrip.
I believe it is caused the by the hashtag on the href below for the tabs.
<a class="k-link" href="#choiceDetailTabstrip-2">HTML Fragment</a>
Please advise.
Thanks.
Rene.
Edit: It may also be due to jQuery("#choiceDetailTabstrip").kendoTabStrip( ..
The hash tags are not escaped ... as well - I also have a Kendo editor in one of the tabs...