Browse by Tags
All Tags » Stat Functions (RSS)
Showing page 1 of 2 (13 total posts)
-
Hi,
Is there a way to manually Accumulate one or all StatFunctions in a DataGrid?
We are having some synchronization issues, and we don't want to change our model to use BindingLists. We don't mind attaching the INotifyPropertyChanged listeners ourselves, but I fail to find a method to call in order to have the StatFunctions update ...
-
Michael,
Thank you for your response. I'm having another problem with this code. I was able to get the statFunction to work, but now when I group the results and then scroll the datagrid up and down, or collapse a group, the table starts to fall apart.
Here is an example screenshot of my datagrid: http://imgur.com/hrII3 I ...
-
Hello. I am having trouble configuring a simple stat function. I have a collection of data with a ''Quantity'' column. I want to sum the ''Quantity'' column. I put together my xaml code below based on some examples I found on the Xceed site, yet no sum is appearing. I get an empty row. My table data is showing ...
-
How do I remove the #DIV/0# from the average stat cell when there is no data displayed? I'd quite like it to just display 0.
Thank you.
-
How can I use the statcells to calculate the average of a timespan in xaml? Is there a statfunction for that?
Thanks in advance.
Sam
-
Am new to XCeed Wpf DataGrid and I like everything I've tried so far....
I read most of the posts which shows it done in XAML and also saw the post about constructing XAML on fly (which seems messy).
My dataset isn't known until runtime so I don't have a way to set it properly on the DataGridCollectionViewSource in XAML. Tried ...
-
Short of extensive brute force (regular rows that I treat specially in my code), it looks like there should be a way to create a footer (or FixedFooter) row that magically gives totals for certain columns (using the Sum function presumably). But so far I haven't been able to find a way to do it. Even just putting a StatRow into the ...
-
I want to create a Custom Stat function which will get sum of two columns and will divide column1 with column 2 and will store in column 3. I have written code as per CountIFFunction example. But My problem is that my Accumulate function is not getting fired.....I am using this code from Code behind....
public class DivideFunction : ...
-
Hi,
Is there a way to display more then one stat function per column? I'm getting an exception when creating several stat cell with the same FieldName.
Thanks,
Shahaf
-
Hi,
I have created a Context Menu on Stat Row. It contains Name of functions to apply as menu items. (Average/Sum/Max/Min etc).
Now I need a way to access StatCell so that i can apply it on the specified column only..
// Code to add Menu Items
Xceed.Wpf.DataGrid.StatRow sr = (sender as Xceed.Wpf.DataGrid.StatRow);
ContextMenu cm = ...
1
|
|
|
|