AD
Administrator
Syncfusion Team
July 20, 2004 05:19 AM UTC
The grid does not add the row to the datasource until after the user leaves the row.
One way around this problem is to add the row yourself in the the grid''s RowEnter event.
Another way is to use the IBindingList.ListChanged event to catch the adding of the new row, and do your work at that point.
Here is a forum thread that has code snippets for both techniques. Maybe one of this techniques will let you do what you need.
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=16352