Hi,
I have a tree grid with JSON data and a multi stage hierarchy. I have defined keyDataField and parentDataField correctly.
The data structure includes a position number for each hierarchy, because each keyDataField entry may occur more than once in the same level of hierarchy due to technical specification.
I assume you use the specified keyDataField as id field for a level, because when I look at the data, the position with the keyDataField occurs e.g. two times, but the rows have identical data from the last occurrence in the data. If I click on one of the rows, both rows get selected.
Is there any workaround for that behaviour or should I try to change my keyDataField and find a way to make that unique?
Regards
Klaus