:: Forum >> Version 2 >>

Can I hide the Grid object?

More information on this topic is available in the documentation section: /active.howto/.

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

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



This topic is archived.

Back to /active.howto/

Documentation:

Forum search