Hi there,
I am trying to style my dataGrid and I can't seem to use dynamic bindings for background colors etc. Whenever I do I get type mismatch compilation errors.
If I switch to StaticResources it works just fine.
For app themes I obviously need these values to be dynamic.
Any idea what I'm doing wrong here? Background styles and binding works correctly throughout the app so the binding is correct. It just doesn't want to compile for this control.
Thanks!
Angus