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,
Hello Mike,
Many thanks for taking the time to reply. Unless I've misunderstood, the thread you kindly reference doesn't quite address my query. I wish to retain the active row highlighting defined in the ISL, but override it at runtime for a particular cell in the currently active or selected row. If that isn't possible, that's fine. If it is, and you could point me rougly in the direction of how it can be done, that would be even better!
Best regards,