Scenario
- Lets say I use C# WPF, and bind a Dictionary() to a DataGrids datasource.
- When I update the dictionary will the DataGrid automatically update and refresh?
- Also, will the DataGrid lose focus whilst doing this?
- In the event that updating the dictionary does not update the datagrid, how would I go about implementing this?
Help Greatly appreciated, Thanks.