iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
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
Hello Olusola,Unfortunately I could not replicate your issue on my end. I've tried binding AViewModelBooleanProperty in Button and GlassButton. And it works as expected.
This is a snippet code of AViewModelBooleanProperty in my simple sample:
private bool _aViewModelBooleanProperty; public bool AViewModelBooleanProperty { get { return false; } set { if (_aViewModelBooleanProperty != true) { _aViewModelBooleanProperty = false; } } }
Both of Button and GlassButton works as expected, enabled when I set to true and disabled when I set to false.
Could you please give me your simple runable sample which reproduce this issue ?
Regards.Riendy
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname