Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Hiding/Unhiding of Controls

I have a hidden grid in a page and I have added an event on click of a button to set the 'Visible' property of the grid to be true. Along with that I am trying to set a couple of other grid's Visible property to false. But that is not happening, they are not getting hidden.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Hiding/Unhiding of Controls

How exactly you are hiding/showing the components?

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Hiding/Unhiding of Controls

In the click event, I have added 'Set Property', where I select 'Visible' set to true/false.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Hiding/Unhiding of Controls

I just tried it and this works:

Image

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Hiding/Unhiding of Controls

Did you try hiding some elements and unhiding in the same click event?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Hiding/Unhiding of Controls

No, but you would need to add logic whether to hide or show the component.

Return to “Issues”