Hi,
I have a hit a stump in my attempt to integrate jqGrid hopefully someone can point me in the right direction.
When I first load my html page everything works as expected until I reload the grid with: trigger('reloadGrid'). After the reload the pager stops sending any of the paging information in subsequent requests.
Anyone got any ideas what I am doing wrong? Do I have to also somehow reinit the pager?
Quick summary of what I am doing:
1) Need to communicate with our server only using POST requests.
2) Our search form can not be the one provided by the jqGrid search functionality.
3) When a user clicks the search button on our search form, the form fields are copied to a struct of name:value pairs which are then added to the postData option after which we call trigger('reloadGrid').
Code snippet:
data =
{
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top