Hi,
Am having a Grid with master detail relation,
And am adding summary row to header row of each detail grid.
I want to display the Datarow count of a detail grid in the summary row .
Is there any solution.
Kindly Reply me.
Thanks in Advance
Pravi.
Use the Count StatFunction on the column of your choice.
e.g.:
( ( SummaryCell )summaryRow1.Cells[ "Column1" ] ).StatFunction = StatFunction.Count;