Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataGrid with totals
Message
From
03/03/2013 04:14:38
 
 
To
02/03/2013 20:31:59
General information
Forum:
ASP.NET
Category:
Windows Presentation Foundation (WPF)
Miscellaneous
Thread ID:
01567310
Message ID:
01567312
Views:
34
>Hi,
>
>in XAML is there a way to add a row of totals to the bottom of a datagrid?
>
>For example I want something like this:
>
>
Invoice #   Invoice Amount
>1234        100.00
>1235        150.00
>2           250.00
>
>where 2 is the count of invoices and 250.00 is the total of the Invoice Amount column.

I don't think there's an easy way of doing this, certainly not in XAML. If the row content is static (ie not adding, deleting or editing) then it's not too difficult - otherwise, unless you have very strong reasons for doing so, I'd suggest simply showing those values in textblocks below the grid (I think this came up a while back?).

Alternatively you could look for a third-party grid with this ability - I think DevExpress handle it ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform