ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: mercury85 on May 16, 2018, 01:46:47 pm
-
Can external children grids be linked on filters so the master grid controlled the context on the child.
$( ".selector" ).pqGrid( { filterModel: { header: true } } );
-
Not sure what you mean by sharing filters across 2 grids.
Though master grid can call filter method on children grids as long it has reference to the child grid.
And child grid can call filter method on master grid as long as it has reference to master grid.
-
Ah ok, I was wondering if there was some method that may invoke the filter to be pushed down. I was thinking if it was possible to extend a data model or column model to a child that maybe it could be with the filters also. Thanks!