can any one tell me how can we enable/ disable button by radio button in MVVM.
- by atul gupta
can any one tell me how can we enable/ disable button by radio button in MVVM.
I have two radio Buttons (a) Standard Comparision
(b) Custom Comparision
and a Button BtnRestore.
I want that if i select (a) then BtnRestore will be Disable,
and if i select (b) then BtnRestore will be Enable.