Kendo mvc scheduler slot overlapping issue

2 Answers 179 Views
Scheduler
Meet
Top achievements
Rank 1
Meet asked on 27 Mar 2023, 01:30 PM
I have web application in which there is expandable menu on the left side shown in image. On expanding or closing side menu scheduler events are move on to another slot (basically all events shifting little bit from starting point of slots). Any solutions for this. i am using kendo mvc for .net.

2 Answers, 1 is accepted

Sort by
0
Iva
Telerik team
answered on 30 Mar 2023, 03:34 PM

Hello Meet,

 

Thank you for reaching out to us and for taking the time to make a screenshot.

We will check this with our engineers and will shortly get back to you.

 

Regards, Iva Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

0
Anton Mironov
Telerik team
answered on 31 Mar 2023, 10:45 AM

Hello Meet,

Thank you for the image and details provided.

My name is Anton and I am part of the Telerik UI for ASP NET MVC Team.

In order to achieve the desired behavior, I would recommend enabling the horizontal scrolling of the View with the following CSS:

        .k-scheduler-layout {
            table-layout: fixed;
        }

            .k-scheduler-layout > tbody > tr > td:first-child {
                width: 80px;
            }

        .k-scheduler-content .k-scheduler-table,
        .k-scheduler-header .k-scheduler-table {
            width: 800px
        }
A similar approach is recommended in the following forum thread answer:

Attached is a sample project that I prepared for the case. It implements a Telerik UI Drawer which includes a Telerik UI Scheduler.

Feel free to make the needed tests on your side and let me know if this is the desired result.

Kind Regards,
Anton Mironov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Scheduler
Asked by
Meet
Top achievements
Rank 1
Answers by
Iva
Telerik team
Anton Mironov
Telerik team
Share this question
or