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
820
WDG deleting multiple rows
posted

I am unable to delete multiple rows with one call to the javascript deleteRows() function.

I am building an array of my object  and passing that over, but I get the error:

"Async request failed.

Could not find a non-generic method xxxx that takes parameters of type xxxx."

I have tried allowing an array of my object as the delete method argument in the code behind and that didn't work.

I also tried a generic list of my object with the same error message.