Whenever the scheduler is clicked on to add/edit an appointment, it causes the calendar to display incorectly.
I have attempted to hack the css:
But this has an equally bizarre effect.
I have attempted to hack the css:
.RadCalendar .rcRow td
{
border-top-width: 0px!important;
border-right-width: 0px!important;
border-bottom-width: 0px!important;
border-left-width: 0px!important;
}
But this has an equally bizarre effect.