This is a migrated thread and some comments may be shown as answers.

Radpane.style("display")="none" not working

1 Answer 133 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Priya
Top achievements
Rank 1
Priya asked on 07 Apr 2009, 12:47 PM
hi,
i used Radpane.style("display")="none"
the reason fro not using visible=false is that it creates an error as i used the radpane in the radajaxmanager
I also tried with visibility="Hidden"

But its also not working
Please help me...
Thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Svetlina Anati
Telerik team
answered on 07 Apr 2009, 01:02 PM
Hello Priya,

The correct way to hide a RadPane is to collapse it - you can do this on the server by using the Collapsed property. The Visible property is inherited from the WebControl class and it is actually not implemented - that is why it should not be used.

Regards,
Svetlina
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Splitter
Asked by
Priya
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or