I have a grid and a nested grid.
The nested grid have an outer grid and an inner grid.
What I need to do is drag a row from the grid to the outer grid(nested grid) and after the outer grid is updated, the row that I dragged from the grid should be disabled.
I have used a hidden field to stop the data from flowing but I am unable to disable the drag functionality of the row.