Hey,
Using UltraGrid I'm trying to find an event to know when a new row is actually being commited to the data source. From what I can tell, AfterRowInsert and AfterPerformAction can't do this work. Any ideas?
Thanks.
You can use BeforeRowUpdate or AfterRowUpdate. Check the IsAddRow property on the row to determine if it's a new row or an existing row.