![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
showing deleted rows in DataGridView
Hi all,
I need to display DataRows with RowState.Deleted inside DataGridView, in a way that such rows have strikethrough font. Here is the screenshot how it should look like: http://www.svedic.org/DeletedRows.JPG The screenshot is from some unrelated C++ application with closed source, I want to achieve similar thing in .NET/WinForms. Any idea on how to do this? I tried setting DataRowView.Visible to true but then I realized DataRows with RowState.Deleted are not loaded to DataGridView at all. Do I need to customize default data binding? If so how do I customize DataGridView<-->DataSet data binding? If somebody is curious, deleted rows need to be displayed because app synchronizes with remote data via XML web service. Customer needs to be able to accept or reject changes made by someone else, so he needs to see deleted rows during review process. -- Zeljko |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|