Hi. There.
I have set up several nested grid in my application with the hierarchy grid example.
Grid
Nest Grid 1
Nest Grid 2
Nest Grid 3
Both my Nest Grid 2 and Nest Grid 3 are dynamic bind in the detailInit events of grid options.
So is there a way to set Nest Grid 2 and Nest Grid 3's Id in javascript so that I can use that Id as my selector later on?
Thx in advance.