Can I Hide a grid?

Use this board to ask questions or have discussions with other Rich Displays users.
Post Reply
leatherlips
Profound User
Posts: 83
Joined: Sun Oct 03, 2010 8:45 am
First Name: Mike
Last Name: Geldert
Company Name: Stonriver
Country: Angola
Contact:

Can I Hide a grid?

Post by leatherlips »

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!
User avatar
Alex
Profound Logic Staff Member
Posts: 233
Joined: Fri Jan 04, 2008 12:10 pm
First Name: Alex
Last Name: Roytman
Company Name: Profound Logic Software
Contact:

Re: Can I Hide a grid?

Post by Alex »

You can use the following code to hide a grid:
getObj("Grid1").grid.hide()

And the following to show it again:
getObj("Grid1").grid.show()
Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests