Hi,
I am using XamDataGrid version 8.1.
I have applied custom DataRecordCellAreaTemplate as below
<ItemsPanelTemplate>
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="2*" />
<ColumnDefinition Width="12*" />
<ColumnDefinition Width="7*" />
<ColumnDefinition Width="8*" />
<ColumnDefinition Width="9*" />
<ColumnDefinition Width="14*" />
<ColumnDefinition Width="10*" />
</Grid.ColumnDefinitions>
</Grid>
</ItemsPanelTemplate>
Now i have summery as well in my Grid. But i believe SummaryCellArea or something like that is not adhering the Layout of DataRecordCellAreaTemplate b'coz of that my Summary is not getting properly aligned to my field. Is there any way i can apply above template to Summary Area as well..
Thanks
Shrenik