Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
770
update database when cell is modified and mouseout?
posted

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.

Parents
  • 37774
    Verified Answer
    posted

    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

Reply Children
No Data