Hello,
I have implemented a 2 level hierarchy using RadGrid with only the 2nd level being editable.
Everything works great unless after the update I force the Parent grid to rebind. If I do this, the event which normally fires to reload the expanded detail grid (2nd level) does not fire causing a datakey cannot be found message to appear. Not sure if anyone else has run into this issue and if it's documented anywhere. I thought it would be useful information for anyone who may experience this in the future.
If you ask why I am attempting to rebind the Parent grid it is because the Master is an aggregate of data in the detail records. So, I wanted to rebind in order to show updates values in the Master. For now, I am disabling my call to rebind the Master and letting the user simply collapse the current detail or expand another in order for the grid to rebind itself.
Regards,
Jake