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
70
SelectionOverlay Property un Grouped Rows
posted

Hello, I couldn't find an answer to my question so I will create a new thread here.

My ultragrid has a different format(color in this case) for every row depending on the information in certain columns. Any color has a meaning and I want to keep track of the color in the row even when making a selection. For that purpose I used the SelectionOverlay property:

http://help.infragistics.com/Help/Doc/WinForms/2012.1/CLR2.0/HTML/WinGrid_Enable_Selection_Overlay_for_Selected_Cells.html

Like this:

Grid.DisplayLayout.SelectionOverlayColor = Color.Transparent;
Grid.DisplayLayout.SelectionOverlayBorderThickness = 1;

This is working fine for most of the rows but Grouped rows don't seem to be affected by the OverlayBorder property.

Is there any way to apply this property also to grouped rows?

Thanks in advance.

Parents Reply Children
No Data