Help! Tree Grid not rendering as expected.

Code looks like this:

I have the following XML:

<?xml version="1.0" encoding="UTF-8"?> Brand Model Number1 capacity_1 efficiency_1 price_1 buttons here '+' 'show' Model Number2 capacity_2 efficiency_2 price_2 buttons here '+' 'show' Brand2 Model Number11 capacity_11 efficiency_11 price_11 buttons here '+' 'show' Model Number12 capacity_12 efficiency_12 price_12 buttons here '+' 'show'

I have attached the result. Any ideas on what I’m missing? Thanks!!


Every row should have a unique id.
In your grid you have two rows with id “2” and two roiows with id “3”.

I made the changes to the row ids and the issue still exists as described below. Here is the new xml:


Brand





Model Number1
capacity_1
efficiency_1
price_1
buttons here ‘+’ ‘show’


Model Number2
capacity_2
efficiency_2
price_2
buttons here ‘+’ ‘show’



Brand2





Model Number11
capacity_11
efficiency_11
price_11
buttons here ‘+’ ‘show’


Model Number12
capacity_12
efficiency_12
price_12
buttons here ‘+’ ‘show’


Unfortunately we cannot reproduce this issue locally. Can you please provide complete demo where we can reproduce it? You can find tutorial how to create complete demo here docs.dhtmlx.com/doku.php?id=othe … leted_demo