Hi,
I've a datagrid bound to a dataview, the problem is when I cancel the
row delete, one of the rows in the datagrid disppears. If there is only one
row in the grid that row disappears. If there are three rows and I cancel
the deletion of the first row then the last row will disappear. The funniest
part is the row will reappear if I click on the column header to sort it.
I read another post in this forum which mentioned forcing the grid to
redraw after cancelling the delete will solve the problem, but I can't find a
way to force the redraw. I've tried grid.refresh, currencymanager.refresh,
even cleared the databinding and rebound the grid, nothing happens.
Can someone help me please.

Thanks in advance,
Debi