remove sub_row_ajax subgrid ???

Hi,

I have a grid having a sub_row_ajax which load XML of a subgrid when the subrow expands.

The problem is my original grid has delete button. The remove of a row of my original grid works fine if I do not expand the sub row creating a subgrid.

However, after open a subrow, the remove fails because the delete event try to append the content of my subgrid to the data processor url .

So, how can i remove the sub grid when I close the sub row ? I think by doing that, the remove of my original grid will work again.

Unfortunately it not possible to remove sub_row_ajax, attached to particular row