Hi,
I have created control template for HeaderLabelArea.
[ Followed example FeatureBrowser/XamDataGrid/Themes & Custom Styles - Custom HeaderLabelArea Style]
It appears fine. But I don't want to apply this template to child table.
Is there any way to avoid this ? For child table, I just want column headers. Also the following i used
for child table
[ Followed example FeatureBrowser/XamDataGrid/Themes & Custom Styles - Custom ExpandableFieldRecordPresenter Style]
Hello,
A different style can be set for the different FieldLayouts
<igDP:XamDataGrid.FieldLayouts>
<igDP:FieldLayout >
<igDP:FieldLayout.Settings>
<igDP:FieldLayoutSettings HeaderLabelAreaStyle="..." />
</igDP:FieldLayout.Settings>
</igDP:FieldLayout>
</igDP:XamDataGrid.FieldLayouts>
Or
xamDataGrid1.FieldLayouts[1].Settings.HeaderLabelAreaStyle
Sincerely,
Petar Monov,
DS Engineer,
Infragistics Bulgaria