Hi!
In my application, I have a ListView that uses a DataSource with grouping.
After I updated to version 2013.2.716, the links are only created correctly if I put the class and the role on the a tag. Without them, the link just breaks the navigation.
However, if I remove the grouping from the DataSource, the item becomes clickable and works as expected, even without specifying class and role.
Here is my template:
Am I missing something here? I don't think so.
Thanks!
In my application, I have a ListView that uses a DataSource with grouping.
After I updated to version 2013.2.716, the links are only created correctly if I put the class and the role on the a tag. Without them, the link just breaks the navigation.
However, if I remove the grouping from the DataSource, the item becomes clickable and works as expected, even without specifying class and role.
Here is my template:
<script id="list-indicator-template" type="text/x-kendo-template"> <a href="views/valuesChart.html?IndicatorId=#: IndicatorId #&Attribute=#: Attribute #" class="km-listview-link" data-role="listview-link"> #: Attribute # <span class="attribute-value">#: kendo.toString(Value, "n2") #</span> </a></script>Thanks!