-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SelectedDate not working v1.4.5304 #107
Comments
same her , event in code , the event are visible , but the ui never changes . as a work around , i need to set the year and month property |
Same here! @Hanisafa did you really solve it by setting the year and month property? |
Reverting back to 1.2.2936 fixed it |
Apparently this was fixed, see issue #103, but I cannot find a new release that includes that fix. Does anybody has a compiled release to use it? Any change to publish a new version to nuget? |
Having the same issue, any plan on fixing this? it would be nice to be able to set the selected day on the calendar through binding. |
Hello, great plugin first and foremost. But I cant seem to get the SelectedDate to work. The Month and Year work, but when I Bind the SelectedDate to a DateTime object set to 01/01/1980 or any other date, it does not highlight the date.
I was expecting it to show the month day and year but it only shows the current day circled.
<controls:Calendar SelectedDate="{Binding SelectedDOB}"></controls:Calendar>
Is this a bug?
thoughts?
The text was updated successfully, but these errors were encountered: