I have copied the code from this example http://jsfiddle.net/yzKqV/159/ into a MVC view, the expand link is not working. the template for the master row is
<script id="rowTemplate" type="text/x-kendo-tmpl">
<tr class="k-master-row">
<td class="k-hierarchy-cell"><a href="\#" class="k-icon k-plus"></a></td>
<td> ${FirstName} </td>
<td> ${LastName} </td>
</tr>
</script>
so the link for the href on my machine is https://localhost/# which is incorrect, not sure how to fix this link.
Any help would be greatly appreciated.