I have a hierarchical grid - the Master table and a details table. When the user expands a row in the parent table the details table is loaded. The details table has an Add New Record button. When this is pressed, I need to obtain the value of some column in the parent row that was expanded. This must be done on the client-side using javascript. Note: the parent row is not selected, it's just expanded, so I cannot rely upon obtaining the selected row. I could not find any API method for the client side on how to obtain a value in the parent row. Any suggestions?
Thanks
Johann
Thanks
Johann