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

Expander Bugs

1 Answer 56 Views
Expander
This is a migrated thread and some comments may be shown as answers.
bob thomash
Top achievements
Rank 1
bob thomash asked on 30 Dec 2009, 06:59 AM
Hello Friend !

Expander have one bugs. I m used expander in One RadTab in RadTabcontrol. when I change the Tab, RadExpander lost his state. so i m used TabControl events to handle Expander state(open and close).but when i change the tab so expander property  "IsExpander = false" i gets all content are Open which should not open. mean Debugger gets "Expamder.IsExpander = False" But.........Expander have  open state which should not open.

 


private
void TabControl_SelectionChanged_1(object sender, RoutedEventArgs e)

 

{

 

if(Expander.IsExpanded == true)

 

{

 

}

 

else

 

{

 

}

}

1 Answer, 1 is accepted

Sort by
0
Ivan
Telerik team
answered on 05 Jan 2010, 08:02 AM
Hi Bob,

Thank you for your interest in the RadExpander control.

It seems strange to have a visible content while the IsExpanded is False. I have prepared and attached here a small application. Could you test it at your side (any feedback is appreciated). If the sample does not match your scenario, please modify it and send it back to us for a further investigation.

Looking forward for your reply.

Sincerely yours,
Ivan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Expander
Asked by
bob thomash
Top achievements
Rank 1
Answers by
Ivan
Telerik team
Share this question
or