This is a migrated thread and some comments may be shown as answers.

CountFunction

1 Answer 92 Views
GridView
This is a migrated thread and some comments may be shown as answers.
liza g
Top achievements
Rank 1
liza g asked on 06 May 2010, 08:42 AM
hi,
I added Count function to my gridview and it was OK,
but when I upgraded the controls version the summary disappear,
here is my code:
<telerik:RadGridView >
<telerik:RadGridView.Columns>
<telerik:GridViewDataColumn IsVisible="False" Header="ID" DataMemberBinding="{Binding VD_ID}"/>
<telerik:GridViewDataColumn IsFilterable="False" Header="id" DataMemberBinding="{Binding VD_IdNum}">
<telerik:GridViewDataColumn.AggregateFunctions>
<data:CountFunction Caption="{x:Static Resx:Strings.LocatesRecords}" />
</telerik:GridViewDataColumn.AggregateFunctions>
</telerik:GridViewDataColumn>
</telerik:RadGridView.Columns>
</telerik:RadGridView>

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 10 May 2010, 08:51 AM
Hello liza g,

I tried to reproduce the problem locally, but to no avail.
I used the version that you have downloaded last - 2009.3.1314.
Please find attached a sample project.


Sincerely yours,
Veskoni
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
liza g
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or