Quick question - I've been trying to figure out how to horizontally align these columns of a simple instance of RadCalendar using 100% width and inside of a fixed width div.
Image: http://i.imgur.com/ksOfZ.jpg
Code:
Appreciate any help. Thanks.
-- Mike
Image: http://i.imgur.com/ksOfZ.jpg
Code:
<div style="width:400px; vertical-align:top;"> <telerik:RadCalendar ID="RadCalendar1" runat="server" AutoPostBack="true" Width="100%" PresentationType="Preview" DayNameFormat="Short" ShowRowHeaders="false" ShowOtherMonthsDays="true" EnableMultiSelect="false" UseRowHeadersAsSelectors="false" UseColumnHeadersAsSelectors="false" OnDayRender="RadCalendar1_DayRender" OnPreRender="RadCalendar1_PreRender"> <DayStyle HorizontalAlign="Center" /> <SpecialDays> <telerik:RadCalendarDay Repeatable="Today" Date="" ItemStyle-CssClass="rcToday" /> </SpecialDays> </telerik:RadCalendar> </div>Appreciate any help. Thanks.
-- Mike