Hello,
I new to xamDataGrid so please bear with me. I am experiencing some weird behaviour with the field chooser. The grid has a number of hidden fields. When the field chooser is opened the visible fields are displayed but the names of the hidden fields are not. A check box is rendered for the respective hidden fields, however, the name only appears after a checkbox has been selected.
All other functionaliy seems to be working ok. I just can't figure out why it isn't showing the field names.
Here is the declaration for my field chooser in xaml.
<igDP:FieldChooser Width="180"
x:Name="fieldChooser"
AllCurrentFieldsVisible="True"
Margin="2,2,2,10"
FieldDisplayOrder="SameAsDataPresenter"
FieldGroupSelectorVisibility="Collapsed"
Visibility="Collapsed"
DockPanel.Dock="Left"/>
Any assistance would be appreciated. Thanks.
Steve
We are using 9.2.20092.1007 version
I believe that there was an issue with this and we have resolved it with some of our latest service releases. Please give us the exact dll versions that you are using so that I can test this as well and experience the problem.
Hi goupil,
we are still scratching our heads on this one. I'm glad to see that we are not the only ones with this issue. Maybe this will give Infragistics a bit of incentive to look into this issue more deeply. Is it possible for any of you to share your implementation with their support team? As I already stated in my last post we are not able to.
Looking forward to seeing what happens with this...
Cheers,
Same issue for me. Did you find a solution?
Thanks
Hi all,
I am having the same issue with the difference in my xam data grid fields definations, fields defined as following.
<igDP:Field Name="Type" Label="Type name"> <igDP:Field.Settings> <igDP:FieldSettings AllowGroupBy="True" AllowEdit="False" /> </igDP:Field.Settings></igDP:Field>
and i have defined the field chooser as
<igDP:FieldChooser Grid.Column="1" Grid.Row="0" Grid.RowSpan="2" x:Name="fieldChooser" FlowDirection="LeftToRight" FieldGroupSelectorVisibility="Visible" DataPresenter="{Binding ElementName=XamDataGrid1}" Width="180" Margin="10,0,0,0" HorizontalAlignment="Right" AllCurrentFieldsVisible="True" />
The point is i have no LabelPresenterStyle defind for my field. but it is causing the same issue, the field chooser deos not show the column name in field chooser(It truns to empty space and leave only check box alone) when i deselect the column from field chooser.
any help????
Aqeel.