IsEnabled property of UXButton seems to have a bug

1 reply. Last post: August 19, 2011 11:39 AM by Riendy Setiadi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Olusola AdioMember

I discovered some strange behaviour with the UXGlassButton control.

<Button IsEnabled={Binding AViewModelBooloeanProperty}/>    works as expected

<Button IsEnabled="false"/>    works as expected

<UxGlassButton IsEnabled={Binding AViewModelBooloeanProperty}/>    does not work ( button stays enabled when the property is false)

<UxGlassButton IsEnabled="false"/>    works as expected

 

Please help look into this and publish a fix as I need to use the IsEnabled property for data binding.

 

Regards

Olusola

All times are GMT -5. The time now is 9:34 PM.
Previous Next