How i can show two events for same user?

Question:- How I can show two events in the same row for the User means I want to show 9 to 12 work-hour events and 3 to 6 work-hour events in the same row for the same user?

@ramil

Hello,
To show several tasks on the same row, you need to use the Split Tasks feature:
https://docs.dhtmlx.com/gantt/desktop__split_tasks.html

Here are examples of how it works:
https://docs.dhtmlx.com/gantt/samples/04_customization/11_split_task.html
https://docs.dhtmlx.com/gantt/samples/04_customization/21_open_split_task.html

I don’t have a pro feature so how can I do this?
is there any alternative way?

Hello,
In that case, you need to manually implement that functionality by using the Gantt API and Javascript.

One of the ways to do that is to use the task_text template:
https://docs.dhtmlx.com/gantt/api__gantt_task_text_template.html

There, you can obtain the coordinates of the child tasks and create rectangles for them.

Here is an example that can help you to start implementing your solution:
https://snippet.dhtmlx.com/11912i2o

thanks for the response ramil can you please reply me another question

Hello,
Yes, you can ask more questions regarding DHTMLX Gantt. But if it is not relevant to the current topic, it is better to create a new topic.