O
Oleg Subachev
I have DataGridView which DataSource is assigned to Table<>
object of DataContext connected to SQL Server database.
But when the underlying SQL Server database is updated
(through ODBC connection) the DataGridView is not updated.
I see that Table<> is updated because its Count is changed.
How to force DataGridView to update itself in such situation ?
Oleg Subachev
object of DataContext connected to SQL Server database.
But when the underlying SQL Server database is updated
(through ODBC connection) the DataGridView is not updated.
I see that Table<> is updated because its Count is changed.
How to force DataGridView to update itself in such situation ?
Oleg Subachev