ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: bsolteam on July 05, 2014, 07:39:56 pm

Title: Hiding the grid
Post by: bsolteam on July 05, 2014, 07:39:56 pm
Hi,

I want to hide the grids based on the checkbox value. If the check box value is true then i need to hide the table fully. I used Enable,disable options. Its works fine. But i want to hide entire grid. If I used destroy method the grid was totally destroyed after I unclick the checkbox It is not visible. Please give some suggestions for this.
Title: Re: Hiding the grid
Post by: paramvir on July 06, 2014, 10:39:35 am
Grid can be hidden and shown simply with jQuery API hide() and show()

If its layout seems broken then refresh the grid upon show.