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
315
Application Freezes when Sorting Empty List
posted

Hi, I've got an issue with the XamDataGrid that occurs when I have an empty list and also have the AddRow located at the bottom. I've attached a sample that reproduces the issue. For now, I've just put the AddRow at the top.

Mike

GridSortIssue.zip
Parents
No Data
Reply
  • 145
    posted

    We have a similar problem. Our application freezes if we set the AddNewRecordLocation Property to OnBottom.

    The Grids DataSource is set to a BindingListCollectionView. I can't provide a sample.

Children