79585154

Date: 2025-04-21 19:02:09
Score: 0.5
Natty:
Report link

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.
};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: OJisBad