Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid validating on cancel()
Message
From
05/07/2007 10:07:35
Jeff Corder
Ambit Technologies, LLC
Missouri, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Grid validating on cancel()
Miscellaneous
Thread ID:
01237929
Message ID:
01237929
Views:
54
I am processing an invoice with an invoice table (bound controls) and a child InvoicesItems table (bound in DataGridView).

After adding items in the DataGridView, I call the Form.Cancel(BizObj, DataView). I get an error when the DataGridView RowValidating() routine fires. I was suprised that the RowValidating event fired when I was cancelling. When the error occurs, I have 0 rows in my InvoicesItems business object and 3 rows in my DataGridView. I called Cancel() based on a keypress, so I never changed focus from the datagridview. It also happens if I move the focus away from the grid.

It only happens if I have 2 or more rows in the DataGridView. I have AllowUserToAddRows() = true.

Should the RowValidating() be firing?

Thanks,
Jeff
Next
Reply
Map
View

Click here to load this message in the networking platform