Browse by Tags
All Tags » Stat Functions (RSS)
-
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 = ...
-
Hi,
I have created a grid and in that grid I want summary row in footer. but it is not getting generated.
I am binding my data table to GridData Property and then Item Source of Grid to GridData Property....
Kindly guide what am i doing wrong.....
This is my code
<xcdg:DataGridCollectionViewSource x:Key=''gvStockSource''
...
-
Example 3 clearly demonstrates how to use the StatContext attached property. Here is the example (I will fix the documentation)
<Grid xmlns:xcdg=''http://schemas.xceed.com/wpf/xaml/datagrid''> <Grid.Resources> <xcdg:DataGridCollectionViewSource ...
-
The Stat Functions topic in the documentation provides examples of how to use the StatContext attached property.
|
|
|
|