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
470
Adding a new item at a specific row
posted

Hi,

I have an ICollectionView ViewSource bound to my XamDataGrid.

How can I add a new item to the ViewSource and display it below the ActiveItem from my ViewModel.

Grouping/Filtering should be ignored for the new item, therefore, newRecord.RefreshSortPosition(); is no option.

Best

Oliver