3.2.0

Can I hide the Grid object?

Is the a way I could hide the grid object created by
var obj1 = new Active.Controls.Grid;
and then unmask it later?
jeff
November 29,
Give this a try:

Hide it-
gridname.setStyle("display", "none");


Show it-
gridname.setStyle("display", "");
Jim Hunter
November 30,
Thanks a lot!
jeff
December 1,

This topic is archived.

See also:


Back to support forum