We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89cac6 commit 9cf1630Copy full SHA for 9cf1630
Microsoft.Toolkit.Uwp.SampleApp/Data/DataGridDataItem.cs
@@ -149,6 +149,7 @@ public string Parent_mountain
149
150
public uint Prominence { get; set; }
151
152
+ // You need to use DateTimeOffset to get proper binding to the CalendarDatePicker control, DateTime won't work.
153
public DateTimeOffset First_ascent { get; set; }
154
155
public string Ascents { get; set; }
0 commit comments