Hi,
The page throws an error because
#bazButton has a
href="#" attribute. If you want to link the view via button you should set a valid View id as a href attribute. For more information please check this
help topic. Of course you can use the click function and navigate through the navigate method, but in that case please omit the href attribute of the link element.
Also it is recommended to use the
click event of the widget instead of jQuery click event.
For convenience I updated your example:
http://jsbin.com/amuwal/11/edit
Note that I added data-title attributes to the Views in order to fix the broken layout.
Kind regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!