tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.84k stars 1.2k forks source link

Selected row i treeGrid #925

Closed BogMil closed 4 years ago

BogMil commented 5 years ago

When treeGrid=true after updating node row, selectedRow is the updated row, but all the css for selected row is gone. So it looks like it is not selected. Also, same thing when refreshing. Selected row is the one that has been selected before refreshing.

Fixed it with afterComplete() and resetSelection(), and custom refresh button...

tonytomov commented 5 years ago

It depends how you update it. It will be good to demonstrate this with example