Hi,
I have a grid with a checkbox column, which is bounded to a boolean property
and a toolbar with a Remove command.
The remove command should be enabled only if at least one element in the grid is checked.
The command logic resides in a View Model.
The problem i'm facing is that the Remove button is updated (enabled/disabled) only after
i move focus from the checkbox cell- I would like the button to update upon check/uncheck the checkbox.
Thank you,
Koby
I have a grid with a checkbox column, which is bounded to a boolean property
and a toolbar with a Remove command.
The remove command should be enabled only if at least one element in the grid is checked.
The command logic resides in a View Model.
The problem i'm facing is that the Remove button is updated (enabled/disabled) only after
i move focus from the checkbox cell- I would like the button to update upon check/uncheck the checkbox.
Thank you,
Koby