Sales Person Format:
v
Order Amount Rule:
v

Page 1 of 5 (46 items)
Prev
[1]
2
3
4
5
Next
Extended Price
Order Amount
Percent of OrderTotal
Bonus Amount
Drop Column Fields Here
Sales Person
Quarter
Grand Total
Order AmountPercent of OrderTotalBonus Amount
Andrew FullerQtr 1$45,700.463.61 %10.00 %
Qtr 2$67,194.765.31 %15.00 %
Qtr 3$17,894.701.41 %10.00 %
Qtr 4$35,747.832.82 %10.00 %
Andrew Fuller Total$166,537.7513.16 %  
Anne DodsworthQtr 1$27,599.462.18 %10.00 %
Qtr 2$18,756.281.48 %10.00 %
Qtr 3$9,316.600.74 %10.00 %
Qtr 4$21,635.731.71 %10.00 %
Anne Dodsworth Total$77,308.076.11 %  
Grand Total$1,265,793.04100.00 %  
Page 1 of 5 (46 items)
Prev
[1]
2
3
4
5
Next
Description
C#
VB
ASPX

This demo illustrates the powerful Unbound Fields functionality. The ASPxPivotGrid control lets you create Unbound Fields which are not bound to any field in the control's underlying data source. These fields should be populated manually (for instance, they can display custom information and even use the summary results calculated by the grid). The unbound 'Order Amount' and 'Sales Person' fields are populated via the CustomUnboundFieldData event (this is an equivalent of the calculated columns provided by various data sources). You can specify how values for these fields are calculated using the Sales Person Format and Order Amount Rule combo boxes. The data cells that correspond to unbound 'Percent of OrderTotal' and 'Bonus Amount' unbound fields are populated via the CustomCellDisplayText event. Cell values of the 'Bonus Amount' field are calculated depending upon the value of the 'Order Amount' field. Cell values of the ' Percent of OrderTotal' field specify the percentage ratio of the current order's sum as compared to the total order's sum.