Datagrid deleted cells still visible

  • Thread starter Thread starter william_dudek
  • Start date Start date
W

william_dudek

I have a datagrid that is bound to an array of class obects. When I
call the routine that deletes the class associated with the selected
row of the datagrid, everything works fine except that the cell I am
currently in does not disapear from the screen?

i.e. If I click on the "row selector" outside of the grid, then it
works fine, but if I click on a cell in the grid and then call the
delete function that cell is still visible.

Any thoughts??
 
Back
Top