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
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.
Alex, should I log a support request for this? It is rather urgent we get a resolution on this. Thanks.
Sorry for the late response. I will get right on to it.
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.
I am having the same issue - any solution for it?
Thanks,
Udi
I'm not sure this is going to be possible as this is embedded in a large Composite WPF application. At any rate I wouldn't be able to share this code publicly. I'll see if I can replicate the issue with a demo app, using the assemblies we are implementing in our project and send that to you.
I am not sure if this is the same scenario as the one in the other thread. I was not able to reproduce this using the style. There must be something else that has effect on this. Can you please provide a sample with this behavior?
Thanks.