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
495
UltraWinGrid Editing - Event to call after editing a row
posted

I've been all over google looking for a simple event (and example) of the event to call when updating a row in WinGrid. What I have is a grid showing a list of orders; all columns in the WinGrid are uneditable except for the last column of each row which allows users to change a shipping date. Upon exiting the edit I want to call the appropriate WinGrid event (e.g. OnAfterUpdate), then call my business tier to pass the newly supplied date and the order number (DataKey for the row). 

Checking documentation all I am finding are events such as BeforeEnterEditMode, BeforeExitEditMode which are all well and good for some additional features and input error checking that I will be implementing, but that's about the extent of it.

To note, we are using the version NetAdvantage 2011.2. Any information on an update event would be extremely helpful as well as small implmentation sample.

Thanks,

Paul

Parents Reply Children