How do i get a datagridview in a windows forms application to refresh when a assign it to a new list or collection? My code consists of initializing a list and assign it to the datagridview datasource which works great, and upon clicking a button to search, i'm filtering the list using linq and re-assign it to the datasource, however nothing changes, the datagridview remains showing the initial result.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Don't use a |
|||
|
|
DataViewobject from the datasource instead. – Angshuman Agarwal Jul 2 '12 at 8:39