Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing a problem with updating data in CheckBoxColumn #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stalexig
Copy link

@stalexig stalexig commented May 7, 2024

CheckBoxColumn does not update its value when a property changes in the view model, although it raises the RaisePropertyChanged event. When debugging, you can see that the changes reach the CheckBoxCell, but do not get to the TreeDataGridCheckBoxCell, since this cell is not subscribed to CheckBoxCell properties changes.

This PR should fix this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant