ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: mikep on April 03, 2020, 02:49:18 am
-
Hi, How can I enable/disable the grid. I tried a method from the api documentation but not working.
https://jsfiddle.net/jasqh58n/
-
It's a css issue in previous versions which is fixed in v7.1.0
Please check this https://jsfiddle.net/b2hxrycg/
-
I have those same css references in my page, but still get this JS error. Any ideas?
$myGrid.disable is not a function
-
Please check the type of $myGrid variable.
If it's jQuery variable, then syntax is
$myGrid.pqGrid( 'disable' );
-
That worked. Thanks.