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??
 
Make sure you refill the object with the new values and then databind()
again.

rykie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top