make a widget like the asp.net Details View control. This displays the details of a single row from a grid in 2 columns. The Left Hand column has the field labels, the RH column has the values.
I think you can put the listview widget (http://demos.telerik.com/kendo-ui/listview/keyboard-navigation) into practice to visualize data as an asp.net detailview. Thus you can output details about items using a layout template of your choice, and combine that with paging functionality.