Hi
the average fucntion is showing average of a page in radgrid instead of average of whole grid. In all other places that I have used the average function:
It work fine. But in one grid alone. the average is showing for each page. I am not getting what is gone wrong in this grid.
Thanks in advance.
Found the solution, it was something is to do with grouping being denabled in the grid.
the average fucntion is showing average of a page in radgrid instead of average of whole grid. In all other places that I have used the average function:
FooterAggregateFormatString
="{0:n0}" Aggregate="Avg" DataType="System.Double"
It work fine. But in one grid alone. the average is showing for each page. I am not getting what is gone wrong in this grid.
Thanks in advance.
Found the solution, it was something is to do with grouping being denabled in the grid.