Dear all,
I'm almost completely unfamiliar with Infragistics' Winforms app styling, and require some (ideally expeditious!) assistance. The appearance of active & selected rows in my grid seems to be determined by resources in an ISL file named GridRow_'Selected|Active'. It seems that these resources get associated with the appropriate properties by naming convention alone, as they appear to be defined, but not at any point used or assigned - is this correct? What I want to do is simple: override the ISL-defined active/selected row style for a particular cell in each currently active or selected row. At present, I'm trying to achieve this through setting the cell's SelectedAppearance (UltraGridCell has neither Override nor ActiveRowStyle properties) during InitializeLayout. This, however, is doing nothing for me, despite the fact that I've changed the ResolutionOrder for UltraGrid to ApplicationThenControl in the ISL. The cell continues to inherit its appearance from the "GridRow_'Selected|Active'" style of its parent row.
Please can someone tell me how I can change the active & selected appearances of this cell?
Many Thanks Indeed,
James
Hi All,
Can someone please let me know if it's possible to have the appearance of one cell from within a currently selected or active row differ from that of the other cells in the row?
All advice would be most appreciated.
Many thanks,
Hi James,
I just had a discussion about this earlier in the week here: Turn off active row highlighting with app styling enabled - Infragistics Community