Hi,
I have been starting to use the ColumnChooser functionnality recently and it works very fine! But i'm having an issue with a specific aspect of the appearance customisation. I wish to display the appearance of the column differently from the column header of my UltraGrid.
I have used this code:
Private Sub UltraGrid1_BeforeColumnChooserDisplayed(ByVal sender As Object, ByVal e As Infragistics.Win.UltraWinGrid.BeforeColumnChooserDisplayedEventArgs) Handles UltraGrid1.BeforeColumnChooserDisplayed e.Dialog.ColumnChooserControl.DisplayLayout.Override.HeaderAppearance.BackColor = Color.Red e.Dialog.ColumnChooserControl.DisplayLayout.Override.HeaderAppearance.FontData.SizeInPoints = 12End Sub
e.Dialog.ColumnChooserControl.DisplayLayout.Override.HeaderAppearance.BackColor = Color.Red
e.Dialog.ColumnChooserControl.DisplayLayout.Override.HeaderAppearance.FontData.SizeInPoints = 12
But this does not affect in any way my column chooser! Can someone help?
FYI, I am using Infragistics 2007.3 and .Net 2.0.
Thanks for your help,
Damien
Hello Damien,
I believe that a similar question has been discussed in the following forum thread:
http://community.infragistics.com/forums/t/2626.aspx.
Please do not hesitate to contact us if you need any additional assistance.