Hi.... I am using XamMonthCalendar in my project and i am displaying data based on selection.But i should not able to select the dates beyond today.Say today is 25-06-2012 and dates after this should not able to select.How can i do this.Plz help me by solving this......
Hi,
You can use XamMonthCalednar's MaxDate property like this:
<igEditors:XamMonthCalendar MaxDate="{x:Static sys:DateTime.Now}" />.
Where sys is xmlns:sys="clr-namespace:System;assembly=mscorlib".
Regards,
Anastas
hey this not right..... i want to display the dates but i should not able to select the dates.Got it?
In this dates visibility is hidden so that i am not able to view future dates.this is not correct.I don't want to select that all,i can view the dates.....