Setting Value for the new row in a DataGrid
C#
2
Posts
1
Posters
0
Views
1
Watching
-
How can we set the values on the cells for the new row before the RowAdded event gets fired. For eg if a DataTable has 5 rows, then at this point the CurrencyManager shows a count of 6. So how can I get a reference of the DataRow that will be added to the DataTable when the currencyManager.EndEdit() gets called.
-
How can we set the values on the cells for the new row before the RowAdded event gets fired. For eg if a DataTable has 5 rows, then at this point the CurrencyManager shows a count of 6. So how can I get a reference of the DataRow that will be added to the DataTable when the currencyManager.EndEdit() gets called.