We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ProjectEdit view has no binding to the Grid, so it doesn't update when needed.
ProjectEdit
Grid
Subscribing to events may seem like a simple solution, but it makes the code complex and confusing.
Please remove IMessenger from the ProjectEdit and find another way to update the Grid.
IMessenger
Cause: #17
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
ProjectEdit
view has no binding to theGrid
, so it doesn't update when needed.Subscribing to events may seem like a simple solution, but it makes the code complex and confusing.
Please remove
IMessenger
from theProjectEdit
and find another way to update theGrid
.Cause: #17
The text was updated successfully, but these errors were encountered: