Hi:
I have RadGrid with a calculated column with custom aggregate footer.
I am getting a blank screen.
Phil
I have RadGrid with a calculated column with custom aggregate footer.
<telerik:GridCalculatedColumn HeaderText="Total" UniqueName="PriceExtendedColumn" HeaderStyle-HorizontalAlign="Right" ItemStyle-HorizontalAlign="Right" FooterStyle-HorizontalAlign="Right" DataFields="Quantity, Price" DataType="System.Decimal" Aggregate="Custom" FooterText=" "></telerik:GridCalculatedColumn>Phil