I am using kendo template to display some fields data from the datasource into a table. I have a hyperlink on one of the elements that pops up a window. Am able to pull the data propery, but the popup window doesnt popup- instead displays on same page at the top. following is my code inside the td that has a link
<td> <a href="javascript:toggle5();" id="window5" class="k-group Property " > #=name # </a> </td>
What can i change to make the window popup.
thanks in advance.