hi,
I have a DataGridView on my winform linked to a BindingSource linked to a Linq to SQL class.
My problem is when I update my underlying class, the BindingSource will not notified and my DataGridView will not update.
What should I do to resolve this problem?
I have a DataGridView on my winform linked to a BindingSource linked to a Linq to SQL class.
My problem is when I update my underlying class, the BindingSource will not notified and my DataGridView will not update.
What should I do to resolve this problem?