I have a hierarchy grid, what I need to do is when the update function is triggered in the sub grid get the row that is being edited and then based on that row get the corresponding master row. I added a gist to my sub gird below.
https://gist.github.com/sdanko11/e581b6216b573d13a327
If you look at the gist I need to be able to replace the masterRow variable within the update function, each time a row is edited for the correct values to go to the correct masterRow.
https://gist.github.com/sdanko11/e581b6216b573d13a327
If you look at the gist I need to be able to replace the masterRow variable within the update function, each time a row is edited for the correct values to go to the correct masterRow.