I'm using a function as the dataType so that I can integrate with .NET Web Services.
This works fine and displays data, and the paging functions work, but the Search and Refresh buttons are missing from the pager. None of the examples specifically show how to make it display (yet it shows up on the page), so I figured it was shown by default. But it's not there on my grid.
I can't figure out how to make it display. I tried doing:
jQuery(“#grid”).navGrid(“#pager”, { search: true });
But that doesn't work (shows a strange dialog and gives a JavaScript error).
Here's the simplified JS of my grid:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top