Hi,
I am trying to use the DatePicker control but I've not found a way yet to fix the following problem
1. I need to show a calendar control that only shows months (this bits easy)
2. I have a collection of dates. I wish to highlight the month on the datepicker if that month appears in the collection of dates I have.
So it should be fairly straightforward. A calendar that only shows months and bound to a list of dates. If I have 01/01/14 in the list then Jan should be highlighted along with any other months that appear in the list (so maybe Jan, Mar, May would all be highlighted for 2014).
Thanks
I am trying to use the DatePicker control but I've not found a way yet to fix the following problem
1. I need to show a calendar control that only shows months (this bits easy)
2. I have a collection of dates. I wish to highlight the month on the datepicker if that month appears in the collection of dates I have.
So it should be fairly straightforward. A calendar that only shows months and bound to a list of dates. If I have 01/01/14 in the list then Jan should be highlighted along with any other months that appear in the list (so maybe Jan, Mar, May would all be highlighted for 2014).
Thanks