Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Scott Bailey on Feb 16, 2009 06:36
open dhtmlx forum
Hiding Grid

Hello,

Is it possible to hide a grid without losing any of its data? We would like to have two grids on screen but only one visible at any time according to what you click on.

Many thanks
Scott
Answer posted by dhxSupport on Feb 16, 2009 08:23

There is no special API method, but you can hide grid's container using css stylesheets:

<div id="gridbox" width="979px" height="400px" style="display:none"></div>