Syncfusion DatePicker in dialog crashed app #2304
Unanswered
WenHong-Lau
asked this question in
General
Replies: 2 comments 1 reply
-
Regarding the DataGridComboBoxColumn:
Regarding DataGridDateColumn columns: Regarding the DatePicker control:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am testing Syncfusion's DatePicker component with MauiEmbedding. I've copied thecode from Syncfusion's documentation, clicked the button to trigger the open of the dialog crashed the app.
Exception thrown: 'System.ArgumentOutOfRangeException' in System.Private.CoreLib.dll is thrown.
<Grid> <picker:SfDatePicker x:Name="datepicker" Mode="Dialog"/> <Button Text="Open Picker" x:Name="pickerButton" Clicked="Button_Clicked" HorizontalOptions="Center" VerticalOptions="Center" HeightRequest="50" WidthRequest="150"> </Button> </Grid>
Other tests
Default mode (not dialog), app does not crash
Tested dialog mode without Uno, app does not crash
Beta Was this translation helpful? Give feedback.
All reactions