prevent canceling control events
This commit is contained in:
@@ -20,7 +20,10 @@ public partial class RadFlyoutBase : UserControl
|
||||
public static RadSvgImage? ConfirmSvg { get; set; } = null;
|
||||
|
||||
[Browsable(false)]
|
||||
public RadValidationProviderEx ValidationProvider { get; } = new();
|
||||
public RadValidationProviderEx ValidationProvider { get; } = new()
|
||||
{
|
||||
AllowCancelControlEvents = false,
|
||||
};
|
||||
|
||||
[ReadOnly(true)]
|
||||
public DialogResult Result { get; protected set; }
|
||||
|
||||
Reference in New Issue
Block a user