Hi,
I have a WPF Datagrid whose background colour, text are bound to data objects representing cells in a table via a template. When I update these properties on the Items in my collection, the grid doesn't update immediately, but when I scroll away and scroll back the table is shown with the proper contents, meaning the data is properly updated.
I could probably find some work around to this, but I would much rather do things the right way. Is there something I can do to force the grid to update? Is this behaviour caused by the fact that I'm using a template?
Thanks!
Alex
I have a WPF Datagrid whose background colour, text are bound to data objects representing cells in a table via a template. When I update these properties on the Items in my collection, the grid doesn't update immediately, but when I scroll away and scroll back the table is shown with the proper contents, meaning the data is properly updated.
I could probably find some work around to this, but I would much rather do things the right way. Is there something I can do to force the grid to update? Is this behaviour caused by the fact that I'm using a template?
Thanks!
Alex