views:

543

answers:

2

I've already read all available documentation and I cannot find a solution.

I have a calendar outside of the grid which on click returns a date. All I need to do is filter my jqGrid based on that date. Can someone point me to the correct API method?

Thanks!

+1  A: 

You could do the filtering server-side. Attach an event to the calendar such that when the date is changed, the grid will be reloaded by data from the server. When you do the reload, pass the date to the server so that it can do filtering based upon that date.

See reload-a-loaded-jqgrid-with-a-diffent-table-data for some pointers on how to reload the grid.

Justin Ethier
well that's exactly what I want to do but I don't want to reload it with different table data, I want to use exact same json call just pass search parameters, just like built in filter search modal window does
McLovin
A: 

Hi Mclovin,

Even i am facing the same issue, i need to pass my own calendar date and multi select listbox values as search parameters, do you got the solution for this ?

paresh
nope didn't not get a solution
McLovin