Grid - Task name not shown if text is too long

Hi there,

I have a problem with the task names in the Grid (Y-Axis). If the text is too long to fit in the Grid, it is not shown at all.
Is it possible to still show the text and crop it when it overflows? e.g “Some long text that does not fit…”.

Hiding the text completely looks like data is missing. When I add more width to the grid the text appears.

I hope there is a solution!?

Best regards,
KTeam from Düsseldorf, Germany

Usually Gantt shows the text even if it is too long. Although if you have the column width less than 80 you will see only the tasks’ icons, their names will be cropped. The text may be cropped because of css settings. However there is a workaround. You can create a column that will draw the tree structure and another column will only display task names:
snippet.dhtmlx.com/12afce7ed

If that workaround doesn’t help you please send me the html file with all javascript and css code so that I can reproduce it on my computer.