Hi again
I have a master/detail grid I'm using for data entry. Using Style format conditions on the detail gridview I'm able to alert the user to certain things that may need their attention through changing row colors. This is all working really well.
The problem is though, being a Master/Detail grid the detail view is not always expanded. Because of this, the end user isn't able to see any rows with an active format condition when the master row is collapsed.
What would be the best approach to highlight a row in the master gridview if there are any child rows that have met the format conditions in the detail view?
Thanks