Hi all,
I have a problem I can't seem to solve. I don't have nested grids but I'm calling them parent and child for ease of explaining.
I have a grid (parent). When I click edit, the gridparent opens in form template. The form template has a section that contains a user control. In the user control is a grid (child). The user control grid has records related to the parent grid. When I click the edit command button in the user control it opens correctly using inplace edit. No problem saving.
The Problem
Child - I want to remove the edit button and use the the rowclick to put the child grid in edit mode. Now clicking the row will open another row in the parent grid. Clicking the row again closes the parent record. I have no primary id's matching the parent and child. So I don't understand why it opens a record outside of it's scope. Again the child grid is self contain so clicking row edit shouldn't open a record from another grid.
Thanks,
Khanh
I have a problem I can't seem to solve. I don't have nested grids but I'm calling them parent and child for ease of explaining.
I have a grid (parent). When I click edit, the gridparent opens in form template. The form template has a section that contains a user control. In the user control is a grid (child). The user control grid has records related to the parent grid. When I click the edit command button in the user control it opens correctly using inplace edit. No problem saving.
The Problem
Child - I want to remove the edit button and use the the rowclick to put the child grid in edit mode. Now clicking the row will open another row in the parent grid. Clicking the row again closes the parent record. I have no primary id's matching the parent and child. So I don't understand why it opens a record outside of it's scope. Again the child grid is self contain so clicking row edit shouldn't open a record from another grid.
Thanks,
Khanh