1
Help for ParamQuery Pro / Filter
« on: April 19, 2014, 04:38:06 pm »
I have the filter working nicely for what I need except for one issue.
If I filter down, and the resulting record set returns no rows from my remote source, and then 'open out' the filters again, no records are displayed.
There are no error or warning messages in the console. What have I missed? Do I need to do something to 'reset' the grid.
I have tried using: $('#grid_json').refreshDataAndView();
Yes, that is the ID of the containing DIV for my grid. I get the following error message:
Uncaught TypeError: undefined is not a function
Any pointers would be most useful please.
If I filter down, and the resulting record set returns no rows from my remote source, and then 'open out' the filters again, no records are displayed.
There are no error or warning messages in the console. What have I missed? Do I need to do something to 'reset' the grid.
I have tried using: $('#grid_json').refreshDataAndView();
Yes, that is the ID of the containing DIV for my grid. I get the following error message:
Uncaught TypeError: undefined is not a function
Any pointers would be most useful please.