Hi,
I am using the MultiView aspect of the calendar as such:
It all looks good, however when I hover over the Column Header, it highlights all of the column even though the multiselect is set to false.
Is there a way I can fix this?
Cheers,
Jonathan
I am using the MultiView aspect of the calendar as such:
<
telerik:RadCalendar ID="RadCalendar1" runat="server" Font-Names="Arial, Verdana, Tahoma"
ForeColor="Black" Style="border-color: #ececec" ShowRowHeaders="false" ShowOtherMonthsDays="false" EnableNavigation="false" EnableMultiSelect="false" FocusedDate="2009-01-01" MultiViewColumns="3" MultiViewRows="4">
</
telerik:RadCalendar>
It all looks good, however when I hover over the Column Header, it highlights all of the column even though the multiselect is set to false.
Is there a way I can fix this?
Cheers,
Jonathan