:: Forum >>
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
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 support forum
Forum search