The grid.pager.resize in the Databound event wasn't working for me. I finally just went with this:
.Events(e => e.DataBound("onDatabound"))
function onDatabound(e) { $('.k-pager-info').show(); // show page 1 of 10 messaging in grid. };