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

Show maximum period for task

1 Answer 43 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Thorsten
Top achievements
Rank 1
Thorsten asked on 08 Sep 2016, 08:57 AM

Hello,

is it possible to somehow show the earliest possible start and latest possible end for a task as the background of the task?

I tried to use the task-template but it is not possible at this point to add a background wider than the task it self. Also it would move when the task is moved.

best regards

 

Thorsten Hacke

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 13 Sep 2016, 06:31 AM
Hi Thorsten,

The Task element and the underlying timeline grid belong to different <table> elements, which are not associated with each other.  In fact, the grid is formed by two separate tables, which are placed one above the other - one that holds all rows and one that holds all columns. Therefore the desired customization of the Gantt appearance won't be possible.

What you could do is to style the rgtTaskWrap element that holds the task:
.RadGantt .rgtTaskWrap {
background-color: red;
}

However, I am not sure if this would match your requirements.

Regards,
Veselin Tsvetanov
Telerik by Progress
Tags
Gantt
Asked by
Thorsten
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or