I am binding my data grid with a list of check boxes (WPF MVVM pattern). In the UI, I am getting a check box list with an extra empty check box row. And every time when I am checking that row and going back to any of the above options, automatically one more row is getting added.
I am attaching my code here.
Home.xaml HomeViewModel.cs
