Hello,
I am using tree grid(vs.9.0.2). When child node is added, parent row shows leaf icon to indicate it has child rows(ScreenShot1). when I rollback changes using below code, the parent row still show leaf icon even though it does not contain any child rows(ScreenShot2).
GridApi.rollback();
GridApi.refreshDataAndView();
Can you please provide solution on how to remove leaf icon if parent node does not have any child nodes