Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
Custom Summary View
posted

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*" />

<ColumnDefinition Width="10*" />

<ColumnDefinition Width="14*" />

<ColumnDefinition Width="8*" />

<ColumnDefinition Width="8*" />

<ColumnDefinition Width="8*" />

<ColumnDefinition Width="10*" />

<ColumnDefinition Width="10*" />

<ColumnDefinition Width="14*" />

</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