Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating ReOrder List with objectdatasource
Message
General information
Forum:
ASP.NET
Category:
AJAX
Miscellaneous
Thread ID:
01312155
Message ID:
01312277
Views:
11
I found that there is a bug in the Reorder List that instead of reading the update parameters of the objectdatasource it uses reflection on the row. This was the cause of the problem as the MM.Net business object adds a bool property HasValues to the row. Once I added a parameter for the HasValues property to my update method it worked.

>I have a ReorderList with an objectdatasource (MM.Net business object). I'm trying to persist the changes to the list but I get a "Reorder failed." alert box with no details.
>
>As required, I have an update method in the BO that has parameters that match the fields returned in the select statement. I can see the code hit the objectdatasource updating event, and the updating event args has the right values in its parameter collection. But the breakpoint in BO update code is not hit.
>
>Anybody been there, done that?
Regards,

E.R. Gilmore
Previous
Reply
Map
View

Click here to load this message in the networking platform