Hi Gourav, I Hope this Code will help u out. Write the below code in DayRender event. I hope it will work out.
if (e.Day.Date <= (System.DateTime.Today))
{
e.Day.IsSelectable = false;
e.Cell.Font.Strikeout = true;
e.Cell.ForeColor = System.Drawing.Color.DimGray;
}
--
N i t i :-
The future belongs to those who believe in the beauty of their dreams...
