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

RadGantt tooltip example

2 Answers 154 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 02 May 2016, 12:50 AM

Any examples out there to tie a RadTooltip to the RadGantt column? 

Saw this thread: "ToolTip over tasks in the list on the left side of the gantt view", but having difficulties with how to tie the tooltip to the GanttBoundColumn.

Any help will be appreciated.

 

 

2 Answers, 1 is accepted

Sort by
0
Steve
Top achievements
Rank 1
answered on 04 May 2016, 12:23 AM

My problem was trying to view all the text in the treelist task name column. I just wanted it to provide a multi-line column and was looking the tooltip as a possibility. I got around my issue by overriding the internal CSS (GanttLite - Skins directory) in my page. Made the .RadGantt .rgtTreeList td style tag sequence use the following worked for me.

html .RadGantt .rgtTreelist td {
      vertical-align: middle;
      white-space: pre-line;
 }

instead of:

.RadGantt .rgtTreelist td {
      vertical-align: middle;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }


0
Nencho
Telerik team
answered on 04 May 2016, 08:52 AM
Hello Stephen,

Thank you for sharing your scenario and solution with the community.

Regards,
Nencho
Telerik
Tags
Gantt
Asked by
Steve
Top achievements
Rank 1
Answers by
Steve
Top achievements
Rank 1
Nencho
Telerik team
Share this question
or