How do I disable mobile-responsive design for the scheduler?

Hello administrators, I really like using Syncfusion and I have a problem. When using the scheduler, it works perfectly in desktop view, but when I switch to mobile view, it doesn't give me the desired result. How can I turn off mobile?


1 Reply

VR Vijayakumar Rajasekar Syncfusion Team February 25, 2026 01:36 PM UTC

Hi Eyüp Çelik,

Thank you for reaching out to Syncfusion support.
We reviewed your query about disabling the mobile-responsive design for the scheduler. This can be achieved by setting the 'enableCompactView' property in the resource group to false like below.
    <e-schedule-group enableCompactView="false" resources="@Model.Resources"></e-schedule-group>
Please find the attached sample that we prepared based on your scenario.
Kindly let us know if you need any further assistance.

Regards,

Vijayakumar R


Attachment: Component__9ea2afd.zip

Loader.
Up arrow icon