I added a ability to enable and disable a Dropdown.
The disabled Parameter is one time binding and disable is to change it dynamically. I don´t think that my solution is the best one but it was the only solution I know. Maybe you know a better solution?
The only other solution I would think of is that there is only to use the dynamically method but then you have to set it every time in the Code.
I added a ability to enable and disable a Dropdown.
The
disabled
Parameter is one time binding anddisable
is to change it dynamically. I don´t think that my solution is the best one but it was the only solution I know. Maybe you know a better solution?The only other solution I would think of is that there is only to use the dynamically method but then you have to set it every time in the Code.
Greetz