ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Grid (free version)
»
Check if Grid is destroyed
« previous
next »
Print
Pages: [
1
]
Author
Topic: Check if Grid is destroyed (Read 3451 times)
sidads
Newbie
Posts: 11
Check if Grid is destroyed
«
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
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: Check if Grid is destroyed
«
Reply #1 on:
October 28, 2013, 10:40:15 pm »
one of the ways is to check for pq-grid class
$("#mygrid").hasClass("pq-grid") == false
«
Last Edit: October 28, 2013, 10:44:29 pm by paramquery
»
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Grid (free version)
»
Check if Grid is destroyed