-
-
Notifications
You must be signed in to change notification settings - Fork 534
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
Problem in PopupClosing Event of Datagrid #3149
Comments
Hello @HaPre |
@David-Moreira Seems that this is still not working fully. Message from the Gitter room:
|
Oh... My bad... Right makes sense... We didn't change anything in the save functionality... I'll take a look, it should be the same as for cancel. |
When you want to prevent closing the Edit Popup you can use PopupClosing Event of the Datagrid. When you set the Cancel property on FocusLostClosing the CloseReason property stays with FocusLostClosing and the Popup never closes again.
I have attached an example project.
BlazoriseTest.zip
The text was updated successfully, but these errors were encountered: