The BackButton widget navigates to the previous mobile View when pressed.
Initialize Kendo mobile BackButton based on role data attribute
<a data-role="backbutton">Foo</a>
Initialize Kendo mobile BackButton using a jQuery selector
var button = $("#button").kendoMobileBackButton();