ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: sidads on October 28, 2013, 07:43:05 pm
-
Hello Experts,
Please advise how to check if a PQ Grid is Destoryed using Destory() method.
I tried using $("#mygrid").length but it returned non zero value
Any help is much appreciate!
Regards,
Adarsh
-
one of the ways is to check for pq-grid class
$("#mygrid").hasClass("pq-grid") == false