Hello Jason-
Sorry for the trouble using that code. There was actually a change in the latest release which impacts that way you need to configure navigation to the "default" view. In previous releases (and in the docs), to navigate to the default view, you could configure a link like this:
<a data-icon="home" href="#">Home</a>
With the latest release (Q2 2012), you no longer need the "#" tag. Simply change the href to an empty string:
<a data-icon="home" href="">Home</a>
WIth this small change, everything should be working again. We'll get the Kendo UI docs updated promptly! Hope this helps.
-Todd