-
-
Notifications
You must be signed in to change notification settings - Fork 533
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
DataGrid : Makes sure to close the modal with explicit CloseReason.UserClosing, if Save ran to success #3185
Conversation
Nice catch. I'll take a look. |
Apparently same happens with
Most likely the fix we're gonna work on, is to only use one of these ways in the DataGrid. Might be confusing to try handling the "concurrency" instead. |
I believe that's why I used the parameter Visible to control the Modal. If I remember correctly. If you want to control it properly, you will need to choose one way. Possibly with |
It is behaving well now. The only problem was that |
OpenModal should have still be async? It was on the AfterRender Task queue remember? :D |
|
Closes #3149