Set openDialogsAsPanel = false in grid but it is not work when i click clone Button #7340
-
Beta Was this translation helpful? Give feedback.
Answered by
volkanceylan
Jun 29, 2025
Replies: 2 comments 2 replies
-
That flag only meaningful for dialogs opened from the grid, not from a dialog opened from a dialog that opened from the grid. Add Decorators.panel to the dialog itself. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I added Decorators.panel(false) to SupplierDialog and both supplier and its clone dialog opens as a dialog. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wow-prime
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I added Decorators.panel(false) to SupplierDialog and both supplier and its clone dialog opens as a dialog.