CalendarDatePicker and binding #19409
Unanswered
NoRadSoftwareTeam
asked this question in
Q&A
Replies: 3 comments
-
Please please upload the sample app without bin and obj folder. Thx 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
any news? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
i've a simple calendardatepicker
<CalendarDatePicker SelectedDate="{Binding DataSel, UpdateSourceTrigger=PropertyChanged}" />
binded with DataSel.
When i want change the date and click on it, it opens the calendar, but the datasel property change when i move the mouse on it, not when i confirmed the date, so it's a very problem for me
while if i use a
it works correctly
Beta Was this translation helpful? Give feedback.
All reactions