I'm trying to display grid lines (horizontal and vertical lines around each day) on the calendar control. I have tried the following but cannot get the desired result - I get no lines at all.
| <telerik:RadCalendar ID="Calendar1" runat="server" |
| ForeColor="Black" Font-Names="Arial,Verdana,Tahoma" |
| Width="780px" Height="376px" |
| CellAlign="Left" Style="border-color: #ececec" |
| EnableMultiSelect="False" ShowOtherMonthsDays="False" |
| ShowRowHeaders="False" UseColumnHeadersAsSelectors="False" |
| AutoPostBack="True" |
| ondayrender="Calendar1_DayRender" DayNameFormat="Short" |
| SelectedDate="" PresentationType="Preview"> |
| <WeekendDayStyle BorderWidth="1px" Height="90px" Width="90px" Wrap="False" HorizontalAlign="Left" VerticalAlign="Top" /> |
| <DayStyle Width="90px" Height="90px" BorderWidth="1px" Wrap="False" HorizontalAlign="Left" VerticalAlign="Top" /> |
| <telerik:RadCalendar> |