Scheduler Kendo MVC diferente views with differents width

Posted by Community Admin on 03-Aug-2018 18:42

Scheduler Kendo MVC diferente views with differents width

All Replies

Posted by Community Admin on 07-Jan-2015 00:00

I have a scheduler control kendo with different views and implement a horizontal scroll with this code:

<style type="text/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: @ViewBag.EmployeesCount;
   
</style>

 

, I need you all have a different view widht since for a particular view widht have a dynamic based on the amount of resources they use, such as I can do so that only this particular view has this size?

Posted by Community Admin on 09-Jan-2015 00:00

You should post this to the kendo or stackoverflow forums...

 Really the best thing is to replicate it on a JSBin and post that along with your problem and 99% of the time they'll modify it to show you how to do it.

Posted by Community Admin on 12-Jan-2015 00:00

Hi,

As Steve suggested you need to post your questions to the Kendo forum as this is Kendo specific and unrelated to Sitefinity.

To create a new forum thread or post for Kendo UI navigate to:
www.telerik.com/.../kendo-ui

Regards,
Stefani Tacheva
Telerik

 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed