Is there a way to change the FieldChooser dialog box title?
Hello Sandeep,
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I handled the XamDataGrid's FieldChooserOpening event and in the Handler I set the FieldChooserOpeningEventArgs' ToolWindow's UseOSNonClientArea Property to false and its Style property to custom Style for the ToolWindow. If the Style doesn't satisfies all your need you can feel free t modify it, it is located in the App.xaml file. Please let me know if you need further assistance on this matter.
Looking forward for your reply.
Hi,
Is there a way I could change the color of the title bar and insert a logo in the title in a field chooser?
I am using a field chooser with a xamdatagrid inside a WPF class library.
Thanks!
Hello paulmc28,
You can change the FieldChooser dialog box title with a ResourceCustomizer. For example:
Infragistics.Windows.DataPresenter.Resources.Customizer.SetCustomizedString("FieldChooser_Title", "フィールドの選択");
The resource name is FieldChooser_Title. A complete list of DataPresenter resource strings is available here.
Please let me know if you have any other questions about this.
Elizabeth AlbertLocalization Engineer