Hi allI have a UltraGrid with RowSelectors.Is it possible to have a RowSelector also on the Header ?This because it does not look nice ... see picture.To have a space on beginning of the header would work also.Thanks and best regardsFrank Uray
Hi allI found it:"this.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.None;"But, another question:When you look at the picture. There is no space between the header cells like at the cellsand what white line is arround the header cells ?I have already set "this.DisplayLayout.Override.BorderStyleHeader = Infragistics.Win.UIElementBorderStyle.None;"Thanks and best regardsFrank Uray
Hi Frank,
Try using a different HeaderStyle - this is a property on the Override object which determines the style of the headers.
You may also want to turn off themes on the headers by setting the HeaderAppearance.ThemedElementAlpha to transparent.