Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i am using 3 (AJAX)accordian controls in my application.i want to do collapse all panes of accordian control on loading of the page..is there any property or any other way to set the panes collapsable ......
Posted
Updated 27-May-13 0:42am
v2

1 solution

In the Accordion control, set RequireOpenedPane = "false" and SelectedIndex= "-1"

Good luck,
OI
 
Share this answer
 
v2
Comments
s pullareddy 27-May-13 7:03am    
if i keep the above properties it is saying that
"the tag contains duplicate 'RequireOpenedPane' attributes"....
in intelligence box this property is not coming......
Orcun Iyigun 27-May-13 7:07am    
Check if there is an existing tag for the same tag. Does it give an error or is it just a warning? And make sure you are adding the tag to the correct control! It is not an obsolete tag: AJAX control toolkit property[^]. It still exists so you must be doing something wrong.
s pullareddy 27-May-13 7:17am    
thanks .....it is working
Orcun Iyigun 27-May-13 7:50am    
You are welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900