Is it possible to display deleted row(s) in DataGrid

G

Guest

Is it possible to make the DataGrid shows a row with RowState ==
DataRowState.Deleted?
(e.g. display a deleted row using another color and allow user to undo the
deletion)

thanks
 
G

Guest

Play around with DataViews.
When you create an instance of a dataview based on a datatable, you can
specify which rowversions to use (deleted, etc).
 
G

Guest

It worked!!
Thanks!!

David Jessee said:
Play around with DataViews.
When you create an instance of a dataview based on a datatable, you can
specify which rowversions to use (deleted, etc).
 

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

Top