I have two FieldLayouts in my XamDataGrid. These FieldLayouts use several converters to define colors of styles etc.
When I change the colors on run-time, I would like to update the colors in the XamDataGrid.
Is it possible to "refresh" the layouts, so that the converters are run again?
Hi Christian,
Here is a set of steps that should work:
This should cause all the elements to get re-hydrated.
Hello Joe
I'm not sure what you mean by ClearValue(TemplateProperty)!
My XamDataGrid has two fieldlayouts (master/nested), with different styling. What is the TemplateProperty are you are referring to?