I am trying to add an UnboundField using a Style to add a button.
All works well when I have the ShouldCollapseEmptyCells set to false but when I try to set this to true it does as expected with the empty fields with the exception of the unbound field using the button style.
I have tried giving the field a value I have tried to set the field visibility but nothing works when set to true. How can I solve this issue?
The other issue has to do with how to set each individual datacards cell properties when I try to set a background color it sets it for all cards.
Thanks
Hello,
I was not able to reproduce this issue. I am attaching the sample project that I used to reproduce this. Please let me know if you are able to reproduce it or modify it so that the issue is reproducible.
Guess I made a mistake it is not a button that I am trying to put into the unbound field but a stackpanel with an Image and a label.
The included project demonstrates the collapsed field issue and also shows the issue with trying to update a single card view to show a different background color (change is instead made for all card views).