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
45
ArgumentOutOfRangeException when scrolling in sub bands
posted

Hello,

We encounter a big problem when using sub bands in xamGrid. If a sub band needs a scrollbar, the xamGrid crashes the whole silverlight application each time you try to move the scrollbar.

The error is:

System.ArgumentoutOfrangeException: Index was out of range. Must be non-negative and less than the size of the collection.

I have attached a solution to demonstrate this problem.

The version of infragistics control used to reproduce the problem is 11.2.20112.2045.

Thanks for your quick answer, this is a really big blocking problem for us.

Pierre

 

 

XamGridError.zip
Parents
No Data
Reply
  • 1670
    posted

    Hi pierreylieff,

    That seems to be a bug, because of the column that you are having in the main layout of the grid with Width = "*". Change it to Auto or to specidic size and it won't be reproducible , but that could be only temporary solution for you. I have created a bug for you and will contact the DS team to link it with a case, so that you are notified when the bug is fixed. That bug should be fixed at the middle in January! Hope that helps!

    Regards,

    Nikola.

Children