Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I have a RadDataGrid in my view and I have columns. I want to add a footer for it to show the total of second columns values. I did not find any property for that, could you please tell me how can we add a footer to a (Telerik) RadDataGrid control in UWP.


Thanks in advance.

What I have tried:

<tl:RadDataGrid AutoGenerateColumns="False" UserEditMode="Inline" UserColumnReorderMode="None"
                UserGroupMode="Disabled" UserFilterMode="Disabled" UserSortMode="None">
    <tl:RadDataGrid.Columns>
        <tl:DataGridTextColumn PropertyName="Month" SizeMode="Stretch" Header="month" CellDecorationStyleSelector="{StaticResource CustomStyleSelector}"/>
<tl:DataGridTextColumn PropertyName="Salary" SizeMode="Stretch" Header="Salary" CellDecorationStyleSelector="{StaticResource CustomStyleSelector}"/>
    </tl:RadDataGrid.Columns>
</tl:RadDataGrid>
Posted
Comments
Member 13034126 14-Aug-17 4:50am    
Did you ever find out how to do this?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900