Hello!
I have something like this:
Index -5 is either negative or above rows count.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IndexOutOfRangeException: Index -5 is either negative or above rows count.
I have something like this:
- RadGrid is updated when RadComboBox index is changing (there is no problem here)
- RadGrid has enabled paging and when I'm on page greater than 1 and when I go to category (with RadComboBox) which has less pages then the page I'm viewing I'm getting this error:
Index -5 is either negative or above rows count.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IndexOutOfRangeException: Index -5 is either negative or above rows count.