We have up to 50 rows in a wingrid shown as a compressed cardview. I have been asked by a user if it would be possble to change the caption colour of each row depending on a status. This way they could see at a glance the status of an item, even when collapsed.
Is this possible ?
TIA
Awww, crap. It works in c# ... I'm using Progress 10.2A and there must be an issue somewhere. Let me try a simple project in Progress to mimic the c# one.
I will try to hack one out. What I don't understand is why the color doesn't change after I assign a new value. Are there any other settings on the grid that may affect this mechanism ?
Oops, sorry about that. You're right, though, that's exactly what it was.
I don't know what's happening there. Can you post a small sample project demonstrating the behavior you are getting?
I have
ultragrid1.DisplayLayout.Override.CardCaptionAppearance.ThemedElementAlpha = Alpha.Transparent
in the ultraGrid1_InitializeLayout event
i didn't know what the ov was in your example
Are you sure you turned off themes as I did in my example?
If that doesn't help, then I'm not sure why it's not working. This code worked fine for me using the latest service release of NetAdvtange for WinForms 2008 Volume 2.