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

Added TreeDataGrid.CellValueChanged event. #325

Merged
merged 2 commits into from
Dec 16, 2024
Merged

Conversation

grokys
Copy link
Member

@grokys grokys commented Dec 13, 2024

This event will be raised when the cell value is changed between the CellPrepared and CellClearing events.

You can find a simple example of its usage to this branch

This event will be raised when the cell value is changed between the `CellPrepared` and `CellClearing` events.
Unfortunately there's no good way with `IEditableObject` to determine if the value has actually changed, so always raise it.
@grokys grokys marked this pull request as ready for review December 16, 2024 15:20
@grokys
Copy link
Member Author

grokys commented Dec 16, 2024

Customer has given their 👍 , merging.

@grokys grokys merged commit c4c078b into master Dec 16, 2024
3 checks passed
@grokys grokys deleted the feature/cell-value-changed branch December 16, 2024 15:21
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.

1 participant