Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataGrid with totals
Message
From
03/03/2013 07:06:50
 
 
General information
Forum:
ASP.NET
Category:
Windows Presentation Foundation (WPF)
Miscellaneous
Thread ID:
01567310
Message ID:
01567314
Views:
32
>>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 ?

It is on a grid where items can be added, edited and deleted (albeit the editing is done on another tab). If I show them in textblocks below the grid is it easy to change their width and position if somebody rearranges the grid's columns (position and width)?
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform