-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.ArgumentOutOfRangeException: 'Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index' #349
Comments
Same here when PaginateViaPrimaryKey is specified, it's happen when number of pages after filtering/grouping/changing datasource is less than selected page. |
I have tried the online demo, they don't have this issue. it's so stranger. but i found that the grid made 2 times calling. the first one, it only returns the total count with empty data. second one returns with data. |
@robinNode, can you please provide the link for the demo? |
Thanks for reporting. |
We plan to release version Additionally, my colleague will post a follow up regarding the double request issue mentioned in #349 (comment). |
@AlekseyMartynov, AppVeyor issue is resolved, any news when the update will be available on NuGet? |
Test steps:
when the grid is loaded (default page size is 10)
i navigate to the last page
then change the page size to 50 or any number which is greater than 10.
then the ArgumentOutOfRangeException comes out.
dll version:
DevExtreme.AspNet.Data 2.2.0
npm packages:
"devextreme": "^18.2.7",
"devextreme-angular": "^18.2.7",
"devextreme-aspnet-data-nojquery": "^2.2.0",
The text was updated successfully, but these errors were encountered: