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
240
Stack Overflow exception when sorting the column in XamGrid at the time of re-loading and Itemsource is ICollectionView
posted

Currently I am facing an issue (stack overflow exception) while sorting the column in XamGrid. I have tried debugging infragistics code (Infragistics.WPF.DataManager.DataManager.cs) and observed that there is a circular execution which is happening while sorting the column when XamGrid reloads again. Due to this we are getting Stack overflow exception. XamGrid ItemSource is of type ICollectionView. The build version is 16.1.20161.2056. Any inputs on this is really appreciated. Thanks for your support. Please let me know if you need any further details. 

Parents
  • 29105
    Offline posted

    Hello Shashikanth,

    Thank you for contacting Infragistics. We recently addressed a similar issue in the past where this exception was thrown after adding records then immediately sorting. However after testing the build you are using I only see the exception occur if I sort a colum, add records, then sort again. 

    Please review my sample attached and confirm how you encounter the exception. If I do not hear back from you today I will log the development issue how I discovered it and create a private case ticket for you.

    Let me know if you have any questions.

    XamGridSelectionIssue.zip
Reply Children