-
Notifications
You must be signed in to change notification settings - Fork 69
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
Jump to Month of Selected Date #84
Comments
changing the date using the picker is easy In CodeBehind:
The issue is that, if I change the date to a different month than the one currently showing, it will be selected but it will not move to that month. |
@ali-h2010 yes exactly...
|
I think that you need to just change the StartDate and set it to whatever new value is selected from the picker.
|
Hi @ali-h2010 That worked like a charm.... The only issue now is that it doesn't show the selected date somehow. Please suggest any workaround for that... Thank you in advance |
@prakashsatyani , I am not sure if this is sarcasm or not. I will try to test myself and see what is the issue. I am not actually one of the contributors of this repository but I really liked this free awesome component and want to support it in the future. |
Hi @ali-h2010 , That was not a sarcasm. I really am facing this issue. I am setting The month changes as per your suggestion but the date selection does not show. I love that you cared to reply and appreciate it... |
Hi @rebeccaXam ,
I want calendar view to jump to the date selected from datepicker.
I have tried
Calendar.ForceRedraw()
but it's not working. I also triedCalendar.SelectedDates.Add()
and that doesn't work too.Please suggest a way to redraw the calendar and jump to month of selected date.
The text was updated successfully, but these errors were encountered: