C
C#2y ago
ApathyErr

❔ "Items collection must be empty before using ItemsSource."

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace WPF_LoginForm.Views
{
/// <summary>
/// Interaction logic for CustomerView.xaml
/// </summary>
public partial class CustomerView : UserControl
{
public CustomerView()
{
InitializeComponent();

DGridCustomer.ItemsSource = CRMBaseEntities.GetContext().Customers.ToList();
}

private void Button_Click(object sender, RoutedEventArgs e)
{

}
private void BtnEdit_Click(object sender, RoutedEventArgs e)
{

}

private void BtnAdd_Click(object sender, RoutedEventArgs e)
{

}
private void BtnDelete_Click(object sender, RoutedEventArgs e)
{

}
}
}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace WPF_LoginForm.Views
{
/// <summary>
/// Interaction logic for CustomerView.xaml
/// </summary>
public partial class CustomerView : UserControl
{
public CustomerView()
{
InitializeComponent();

DGridCustomer.ItemsSource = CRMBaseEntities.GetContext().Customers.ToList();
}

private void Button_Click(object sender, RoutedEventArgs e)
{

}
private void BtnEdit_Click(object sender, RoutedEventArgs e)
{

}

private void BtnAdd_Click(object sender, RoutedEventArgs e)
{

}
private void BtnDelete_Click(object sender, RoutedEventArgs e)
{

}
}
}
4 Replies
Fel'Unh Ikk
Fel'Unh Ikk2y ago
Seems your DGridCustomer.Items has some items added manually Check designer where DGridCustomer is located, maybe there are some items added
ApathyErr
ApathyErrOP2y ago
Buttons fill the table. I don't understand why
ApathyErr
ApathyErrOP2y ago
Problem solved
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server