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
BTW, I saw the following thread already and your suggested solution has not worked.
http://forums.infragistics.com/forums/p/31762/173826.aspx
Thanks,
Hello Alex,
we are using the latest build (9.2.20092.2023).
It appears that we have a generic definition for label presenter. in the xaml file in question we have the following declaration
<Style TargetType="{x:Type igDP:LabelPresenter}" BasedOn="{StaticResource LabelPresenterStyle}" />
which points to
Nothing in here that really stands out for me. But then again, if it did I would have fixed the problem. Does this tell you anything?
Hello Steve,
Do you have any styles for the LabelPresenter. If you have, could you post them ? Also please mention the exact dll versions that you are using, because I cannot reproduce this behavior using the latest service release.