I am using the field chooser on my datagrids by including the FieldLayoutSettings of HeaderPrefixAreaDisplayMode="FieldChooserButton". I am also setting the FieldChooser FieldGroupSelectorVisibility property to Visible to enable "Select All" functionality. All of my grids are a single level, no hierarchy.
The top line in the chooser window contains the checkbox and a dropdown list of view models. Since there is always only 1 view model in the list I want to style it so it doesn't look like a dropdown. I attached a screen shot showing the dropdown in the top row. In this example I overrode the viewmodel name with "Select All".
I've searched for examples but can't figure out how to alter the appearance of the field group selector section.
Any help would be greatly appreciated.
Hello,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking through your post and created a sample project for you with the functionality you want. Basically I copied the default style for the FieldChooser from here: C:\Program Files (x86)\Infragistics\NetAdvantage 2011.1\WPF\DefaultStyles\DataPresenter\DataPresenterGeneric_Express.xaml file and make some modification on it (change a XamComboEditor with a XamTextEditor).
Feel free to write me if you have further questions.