Hi team,
I got an issue and I hope you could check it.
I have a remote treegrid which uses the mode dialog.
After finish saving a parent record, when I click to expand it, the order of records are incorrect (Task 1a should be displayed as child of Task1)
I debug and it seems after I save the record, the treegrid.grid CurrentViewRecords is updated with new data. But when expand the record, the grid currentviewrecords are compare with the expanded row, which is different. Because of that the index is incorrect and the child record is inserted on top of the parent record in the result array.
I've updated to the latest version of all syncfusion packages. Could you please help to check?
Thanks.