Hi Support,
We are using Infragistics metro dark theme and I put the theme resource file to my projects(C:\Program Files (x86)\Infragistics\2014.1\WPF\Themes\MetroDark). I could make some changes to some controls by changing the theme files. But for XamDataGrid, I can't make any changes to the style because the content is :
<ResourceDictionary.MergedDictionaries> <igThemes:DataPresenterMetroDark /> </ResourceDictionary.MergedDictionaries>
I want to change xamdatagrid metro dark row height, cell padding. Please suggest how to do that.
thanks,
Eric
Hello Eric,
I am just checking if you have any further questions on this matter. Please do not hesitate to let me know if you do.
Thank you for your post!
I have been looking into your issue. If you want to change the styles for the MetroDark theme you have to add the files from the following directory: C:\Program Files (x86)\Infragistics\2014.2\WPF\DefaultStyles\DataPresenter and not the once from the Themes\MetroDark folder.
When you add the files from the DataPresenter folder you would be able to see the styles, that are used in the MetroDark theme.
Please do not hesitate to let me know if you have any further questions on this matter.