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

Binding of IsExpanded is broken

7 Answers 111 Views
Expander
This is a migrated thread and some comments may be shown as answers.
Jaroslav Půbal
Top achievements
Rank 1
Jaroslav Půbal asked on 12 May 2011, 11:05 AM
Hello,
I have simple MVVM scenario with RadExpander.

<telerik:RadExpander  IsExpanded="{Binding IsActive, Mode=OneWay}" ...

RadExpander do not reflect changes on IsActive property.


I try to check if it not my mistake. I change to "IsEnabled".

<telerik:RadExpander  IsEnabled="{Binding IsActive, Mode=OneWay}" ...

With "IsEnabled" all working fine.

So I think IsExpanded is broken on your side.

Version 2011.1.223.1040

7 Answers, 1 is accepted

Sort by
0
Accepted
Petar Mladenov
Telerik team
answered on 16 May 2011, 08:43 AM
Hello Jaroslav Půbal,

This is a known issue in this version of RadExpander. The good news is that this is fixed in the official Q1 2011 SP1 (0419) version of RadControls.

Regards,
Petar Mladenov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
saravanan
Top achievements
Rank 1
answered on 01 Aug 2011, 07:17 PM
I am getting the same issue in official Q1 2011 SP1 (0419) 
0
Vladislav
Telerik team
answered on 04 Aug 2011, 12:24 PM
Hi Saravanan,

I tested this issue with our official 2011 Q2 release and I confirm that it is fixed there.
Can you please try it and let us know if you still experience any problems?

All the best,
Vladislav
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
Nelson
Top achievements
Rank 1
answered on 16 Aug 2011, 06:02 PM
Hi,

I have the same problem, I canÂŽt bind IsExpanded...

I have this property:

private bool _expande;
       public bool Expande
       {
           get { return _expande; }
           set { _expande = value; OnPropertyChanged("Expande"); }
       }

If I did in my constructor of ViewModel Expande = true, this works good, and the expander shows expanded, but if I try do Expande = false in other part of my viewModel doesnÂŽt work.

Any idea why?

Thanks in advance.
0
Petar Mladenov
Telerik team
answered on 18 Aug 2011, 09:12 AM
Hi Nelson,

Could you please send us more of your code (XAML  and the part of the ViewModel's code that does not work) so that we could investigate and advice you better ? Thank you in advance.

Best wishes,
Petar Mladenov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
Matthias
Top achievements
Rank 1
answered on 14 Mar 2012, 11:07 AM
Has this issue been fixed? I cannot bind to IsExpanded either.
0
Petar Mladenov
Telerik team
answered on 15 Mar 2012, 12:58 PM
Hello Matthias,

 I believe this is fixed long time ago. Please check out our test project with the Q1 2012 assemblies and let us know if you scenario is different.

All the best,
Petar Mladenov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Expander
Asked by
Jaroslav Půbal
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
saravanan
Top achievements
Rank 1
Vladislav
Telerik team
Nelson
Top achievements
Rank 1
Matthias
Top achievements
Rank 1
Share this question
or