Categories | Question details Back To List | ||
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> |