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
465
How to cancel new row functionality ( AddNew )
posted

Hi,

I have a grid then I am adding data using method : UltraGrid.Rows.Band.AddNew();
Ultra Grid has been linked with DataSource.

My problem is that sometime I have to allow user to add new rows but in other cases I need to reject some of them but other needs to commit.
I have a question about how to cancel pending changes made to the DataSource. Right now I can manage Updates ( only ).

Any suggestions or help would be helpful.

Regards
Piotrek