Why my text is half cut and i want to show full text here?

you can see in this image and I circled with colours so you can understand easily what I mean to say.


@ramil @ArtyomBorisevich please help me

Hello,
One of the options is to dynamically increase the width of the grid column, by using onGanttRender event handler, where you can recalculate the columns’ width after each render of the Gantt:

https://docs.dhtmlx.com/gantt/api__gantt_onganttrender_event.html
You need to check the actual width of the column after initialization of Gantt with the required max width of the column, and apply it to the required column:

https://docs.dhtmlx.com/gantt/api__gantt_columns_config.html
Please check the example of how it might be implemented:

Another option is to increase the height of the row, in almost the same way as the previous example:

Please check the following snippet:

https://snippet.dhtmlx.com/p2lq0hvn