CurrentCell of DataGrid questions
C#
2
Posts
2
Posters
0
Views
1
Watching
-
When the value of CurrentCell in DataGri changed, how do we get the value before it is modified? Eagally waiting online!:sigh:
-
When the value of CurrentCell in DataGri changed, how do we get the value before it is modified? Eagally waiting online!:sigh:
To get original row, include the original value
((DataRowView)DataGrid.BindingContext[DataSource].Current).Row["Column",System.Data.DataRowVersion.Original]