When adding a new row using the AddRow feature of UltraGrid, I need to create auxiliary data when create/edit is initiated, and when the user cancels adding the row, the auxiliary data also has to be deleted.
Any suggestions?
Hello,
Thank you for contacting Infragistics!
You can use the before enter edit mode event to add your auxiliary data:www.infragistics.com/.../wingrid-beforeentereditmode-event
As for removing that info you can try the before exit edit mode:www.infragistics.com/.../wingrid-beforeexiteditmode-eventor before roe cancel update:www.infragistics.com/.../infragistics.win.ultrawingrid~infragistics.win.ultrawingrid.ultragrid~beforerowcancelupdate_ev