Datagrid WinForms Rowchanged event
From: ZAky (ZAky_at_discussions.microsoft.com)
Date: 07/22/04
- Previous message: Ivan Debono: "Re: Hierarchical Recordset"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 22 Jul 2004 00:04:02 -0700
In Rowchanged event handler the datasource table do not contain the new row added.
The DataRowChangeEventArgs contain information about the new row.
So, if i try to use DataAdapter.Update(dataTable) Nothing happend.
Using dataTable.Acceptchanges insie rowchanged couse infinite loop(why is that).
- Previous message: Ivan Debono: "Re: Hierarchical Recordset"
- Messages sorted by: [ date ] [ thread ]