Unplanned
Last Updated: 20 Nov 2017 15:14 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 11 Sep 2017 13:20
Category: Scheduler/Reminder
Type: Bug Report
0
FIX. RadScheduler - header cells for today in MonthCellElement overlaps other cells
This is reproducible not only with Material theme but with the other themes as well.

Workaround:

        private void radScheduler1_CellFormatting(object sender, Telerik.WinControls.UI.SchedulerCellEventArgs e)
        {
            e.CellElement.ZIndex = 0;
        }
Attached Files:
0 comments