Hi all I have a question on the Calendar control. I have a calendar control.. I would like to selectdates by week... I could do that using the DayRender event (e.day.isSelectable = false) With that line i could disable selection of a single day.. I can now selectdates by week. I would now like to select only the current week and the prev weeks but not the coming weeks. How do i do this Thanks Sekhar