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

GanttColumn as a hyperlink

1 Answer 58 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
tjarvas
Top achievements
Rank 1
tjarvas asked on 10 Sep 2015, 08:46 AM

How can I set hyperlink to the GanttColumn?

I try it.

$column = new \Kendo\UI\GanttColumn();
$column->field('title');
$column->title('Name');
$column->editable(false);
$column->format('#= <a href="www.google.hu">teszt</a>#');
$gantt->addColumn($column);

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 10 Sep 2015, 10:40 AM
Hi,

The current implementation of the gantt widget does not offer functionality to define templates for the columns or to embed html. More information about the column format option could be found in our online documentation.

Regards,
Dimitar Terziev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Gantt
Asked by
tjarvas
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or