Table Dialog 在设置了 EditDialogIsDraggable="true" 还是无法拖动 #6464
-
Is there an existing issue for this?
Describe the bugTable Dialog,在设置了EditDialogIsDraggable="true"属性时,还是无法进行拖动。 Expected Behavior在设置了EditDialogIsDraggable="true"属性时,可以进行拖动 Interactive render modeInteractive Server (Interactive server-side rendering (interactive SSR) using Blazor Server) Steps To Reproduce
Exceptions (if any)No response .NET VersionNET9.0 Anything else?No response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@LeiLei-Liu Thank you for filing this issue. In order for us to investigate this issue, please provide a minimalistic repro project that illustrates the problem. |
Beta Was this translation helpful? Give feedback.
-
@LeiLei-Liu 默认开启了全屏模式。这个模式下无法拖动。可设置如下
|
Beta Was this translation helpful? Give feedback.
@LeiLei-Liu 默认开启了全屏模式。这个模式下无法拖动。可设置如下
EditDialogShowMaximizeButton="false"