Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
Field Chooser column name visibility
posted

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

Parents Reply Children
No Data