Hello,
We have two grids which are parent and child. So one selection of the row in the parent grid gets the corresponding rows for the child grid.
So having the inline editing enabled using the click of double click doesn't seem to work since the autopostback will turn off the inline editing.
So the solution that we came up for this issue is to have a button in the row of each record that triggers inline editing.
Is that possible?
We also have implemented a page level save or cancel buttons so is it possible to remove the Save, delete cancel changes buttons on the grid?