This question is locked. New answers and comments are not allowed.
Hi,
I used the count function to display some result on the grid footer, below is the code for the same
Suppose the Count=100, now if I try to do a filter on any columns of the grid, the count value changes depending on the number of records present inside the grid. If there are 50 rows in the grid then count = 50.
But when I went to http://demos.telerik.com/silverlight/#GridView/Totals & tried doing a filter then the count value remains unchanged.
I also need this kind of behavior with my grid.
Please can anyone suggest what needs to be done.
Thanks.
I used the count function to display some result on the grid footer, below is the code for the same
<telerikGridView:GridViewDataColumn Header="User Name" DataMemberBinding="{Binding UserId}" IsGroupable="False" >
<telerikGridView:GridViewDataColumn.AggregateFunctions>
<telerikdata:CountFunction Caption="Count: " />
</telerikGridView:GridViewDataColumn.AggregateFunctions>
</telerikGridView:GridViewDataColumn>
Suppose the Count=100, now if I try to do a filter on any columns of the grid, the count value changes depending on the number of records present inside the grid. If there are 50 rows in the grid then count = 50.
But when I went to http://demos.telerik.com/silverlight/#GridView/Totals & tried doing a filter then the count value remains unchanged.
I also need this kind of behavior with my grid.
Please can anyone suggest what needs to be done.
Thanks.
