Can I Hide a grid?
Posted: Tue Mar 29, 2011 5:19 pm
I'm trying to find a way to mimic client side "filtering" and thought I'd try filling 3 different grids with data (one with all data, the other two filtered by different criteria).
I'm now trying to see if I can "hide" the one grid, and make another visible using javascript. I may not be doing this right, but here's what I thought I could use:
A=getObj("Grid1"); A.visibility="hidden";
this is from the onclick of a button for now for testing purposes.
Can I do this? If so, what am I doing wrong ?
THANKS!
I'm now trying to see if I can "hide" the one grid, and make another visible using javascript. I may not be doing this right, but here's what I thought I could use:
A=getObj("Grid1"); A.visibility="hidden";
this is from the onclick of a button for now for testing purposes.
Can I do this? If so, what am I doing wrong ?
THANKS!