Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
Quick Help Overriding ISL-defined ActiveRow Style in UltraGridCell
posted

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

Parents Reply Children
No Data