Hi guys, this is my first day playing with Infragistics.
I wanted to update the database after I modified and mouseout from a cell in a WinGrid.
I'd looker over the sample code, but I still can't find any clue.
Please help and thanks.
You might want to try using the AfterCellUpdate event, where you can check e.Cell to see what was changed. If you need to get at the underlying object, you can look at the e.Cell.Row.ListObject, which will be the actual object in your data source.
-Matt
Hi Matt, thanks for your help.
My issue is solved, I reallt appreciate that. :D