jQWidgets
jQWidgets copied to clipboard
jqxTreeGrid: Editing a single row changes two rows
Describe the bug There is a grid, it has hierarchy with keyDataField: 'partid', parentDataField: 'parentid' and unique id: 'id'. In the example, there are two rows with the same 'name' but different ids; when you edit one of the rows, the other is also updated.
To Reproduce Steps to reproduce the behavior:
- Go to https://jsfiddle.net/gz9wejd2/1/
- Expand the two rows
- Edit the quantity column of one of the 'Child Black Tea'
- See error