Rank: Newbie Groups: Member
Joined: 5/26/2011 Posts: 1
|
We are trying out the essential objects package and it looks very interesting. All the controls look pretty well made and quite flexible, but we have one query to make. At the moment we are trying the calendar schedule control, and we would like to vie 1 week days only. Is there a feature that would allow us to render only 1 particular week and excluding all the other days in the month? Something similar to the outlook schedule which gives Month view, Week view and if possible also Day view.
When using the dayRender event it allows us to remove the numbers and all other data within the cell can be modified but not the actual cells. Is there a feature inbuilt that would allow us to render cells only for the days we specify without any borders?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can set GridLineVisible to false to hide the grid lines. That way there will be no border for the Calendar. You can then use DayRender to fill the cells you wanted. It will still be a full month's view however other cells have no borders, thus would be completely blank.
Thanks
|