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

how to visible or invisible radpane in javascript?

1 Answer 39 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Elias Sarband
Top achievements
Rank 1
Elias Sarband asked on 21 Dec 2012, 07:21 PM
hi
i want to visible or invisible a radpane with javascript in my app.
but not working by collapse and expand well.
if there are a different method please help me.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 24 Dec 2012, 07:25 AM
Hi,

With reference to this forum thread, you can hide the pane using collapse method as shown below.
JS:
var spl = $find("<%=RadSplitter1.ClientID%>");
spl.GetPaneById("Pane1").collapse();

Thanks,
Princy.
Tags
Splitter
Asked by
Elias Sarband
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or