Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataGrid with totals
Message
De
03/03/2013 04:14:38
 
 
À
02/03/2013 20:31:59
Information générale
Forum:
ASP.NET
Catégorie:
Windows Presentation Foundation (WPF)
Divers
Thread ID:
01567310
Message ID:
01567312
Vues:
35
>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 ?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform