Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleting a row when using DefaultView
Message
From
17/04/2006 18:54:06
Jeff Corder
Ambit Technologies, LLC
Missouri, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Deleting a row when using DefaultView
Miscellaneous
Thread ID:
01114182
Message ID:
01114182
Views:
61
I am using the DefaultView to display my data (so I can sort and filter it). It works well, except I have noticed a problem deleting a row.

When I call the form's Delete() method and follow it through, in mmBusinessForm.GetCurrentRow, in getting the DataRowView to return, it gets the current row number (correctly) then applies it to the table (instead of the DefaultView).

I could override the mmBusinesForm.Delete so it uses the DefaultView, but since using the DefaultView was recommended in the documentation, I'm wondering if I'm doing something wrong?

Thanks for the help,
Jeff
Next
Reply
Map
View

Click here to load this message in the networking platform