<Window x:Class="tester.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Window1" xmlns:igDP="http://infragistics.com/DataPresenter"> <Grid> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height="Auto"/> </Grid.RowDefinitions> <Button Click="Button_Click" Grid.Row="0">Bind</Button> <igDP:XamDataGrid x:Name="XamDataGrid1" AutoFit="False" Grid.Row="1" Theme="Onyx"> <igDP:XamDataGrid.FieldLayoutSettings> <igDP:FieldLayoutSettings HighlightAlternateRecords="True" AutoGenerateFields="False" AllowFieldMoving="Yes" HeaderPrefixAreaDisplayMode="FieldChooserButton" /> </igDP:XamDataGrid.FieldLayoutSettings> <igDP:XamDataGrid.FieldSettings> <igDP:FieldSettings AllowRecordFiltering="true" /> </igDP:XamDataGrid.FieldSettings> <igDP:XamDataGrid.FieldLayouts> <igDP:FieldLayout> <igDP:FieldLayout.Fields> <igDP:Field Name="SuiteID" Label="Record ID" /> <igDP:Field Name="Sector" Label="Sector" > <igDP:Field.Settings> <igDP:FieldSettings AllowGroupBy="True"/> </igDP:Field.Settings> </igDP:Field> <igDP:Field Name="ProductOwner" Label="Product Owner" /> <igDP:Field Name="OriginalQualNumber" Label="Original Qual Number" /> <igDP:Field Name="NewQualNumber" Label="New Qual Number" /> <igDP:Field Name="Title" Label="Title" /> <igDP:Field Name="SuiteStatus" Label="Status" > <igDP:Field.Settings> <igDP:FieldSettings AllowGroupBy="True"/> </igDP:Field.Settings> </igDP:Field> <igDP:Field Name="DevelopmentStartDate" Label="Development Start Date" /> <igDP:Field Name="TargetDate" Label="Operationally Complete Target" /> <igDP:Field Name="MarketingLaunch" Label="Marketing Launch Date" /> <igDP:Field Name="IsMDSApproved" Label="MDS Approved" /> <igDP:Field Name="IsGola" Label="GOLA?" /> <igDP:Field Name="IsLearningSolutions" Label="Learning Solutions?" /> <igDP:Field Name="IsMarketingSupportRequired" Label="Marketing Support?" /> </igDP:FieldLayout.Fields> </igDP:FieldLayout> </igDP:XamDataGrid.FieldLayouts> </igDP:XamDataGrid> </Grid></Window>
Hello,
Can you please us give us more details on the behavior you are experiencing?
If I select the fieldchooser in this example, I cannot select all or deselect all fields by clicking on anything in the header. I have to check or uncheck each field.
I am also struggling with the same thing ..Can any one suggest to implement select all or unselect all feature in column chooser
thanks,
I have created a sample project for you, where I added a Checkbox to make all Fields visible or not.
Hope this helps you.
How can i get this to work
It can not resolve symbol
<igWindows:NotBoolToVisibilityConverter x:Key="NotBoolToVisConverter" />
Thanks
Hello Alan,
I believe I have already answered you here:
http://ko.infragistics.com/community/forums/t/80639.aspx