syncfusion:DropDownMenuItem binding enable

Hi, I have a DropDownButtonAdv on the header of ChromelessWindow.

I want to bind IsEnabled property to boolean variable from ViewModel, but it looks not working.

Could you help me to check this issue?

I have reproduced the issue as attached.

Thanks, and best regards!


Attachment: SyncfusionChromeless_66800b9c.zip

1 Reply

HN Harinath Navaneethakrishnan Syncfusion Team December 14, 2022 03:03 PM UTC

Hi Nguyen,


We suggest you set TwoWay binding to resolve this issue as shown below.


Code Snippets:

IsEnabled="{Binding LoginEnable, Mode=TwoWay}">
IsEnabled="{Binding LogoutEnable, Mode=TwoWay}">

Also please refer to the sample for your reference


Regards,

Harinath N


Attachment: SyncfusionChromeless_6986395c.zip

Loader.
Up arrow icon