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

Button isEnabled set to fails because of Command Binding

1 Answer 74 Views
Buttons
This is a migrated thread and some comments may be shown as answers.
kedarnath
Top achievements
Rank 1
kedarnath asked on 16 Jun 2011, 08:51 AM
Hi Team Telerik,

I Should say Your Support is Five star..........

Coming to scenario which i felt very strange...


 I have a button in my view whose is isEnabled property is set to false in xaml and i wanted to enable it on another button click by user which i am doing in my code behind...

the Xaml of button is:

<telerik:RadButton  Content="Save"
                    Margin="2"
                    Height="Auto"
                    Name="BtSaveAType"
                    Width="40"
                    IsEnabled="False"
                    Command="{Binding xyzCommand}"

When i execute my code the button is enabled eventhough i set isEnabled to false...
I observed that this line

 Command="{Binding xyzCommand}

is causing that strange behaviour.

The same is working fine with silverlight tool kit button.

What are your concerns about this??????

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 21 Jun 2011, 03:33 PM
Hi kedarnath,

We are aware of this issue in the RadButton. You can track its progress here but unfortunately we cannot provide an estimated time when this will be resolved.

Kind 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
Tags
Buttons
Asked by
kedarnath
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or