This is a migrated thread and some comments may be shown as answers.

Display more task per cell

1 Answer 49 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Edward
Top achievements
Rank 1
Edward asked on 06 Nov 2014, 09:13 PM
I have a scheduler that is using:

.AllDayEventTemplate(
    "<div class='asset-task' style='color: black; background-color: #= Color #' title='#= title # \nAsset: #= AssetName # \nOwner: #= OwnerName #'>" +
        "<strong>#= title #</strong>" +
        "<p>" +
            "<strong>Asset: </strong>#= AssetName #" +
            "<br>" +
            "<strong>Owner: </strong>#= OwnerName #" +
        "</p>" +
    "</div>"
)

The width of the task is the width of the grid cell.  Below the task there is a bar that you can click that will take you to the day view.  See attachment "image1".
I want to shrink the width down to display several task.  See attachment "image2"  (This is a doctored image I did in paint)

How can I do this?

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 10 Nov 2014, 04:23 PM
Hi Matt,

Displaying more than one event on the same row is not supported in the Scheduler "Month" view - if you need to modify this behavior you should create custom view by extending the existing "Month" view and override the functions responsible for positioning the events. As a starting point you can check the following example which demonstrates how you can extend the build-in views:


Regards,
Vladimir Iliev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Scheduler
Asked by
Edward
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or