or
<
telerik:GridBoundColumn DataField="fullName" Aggregate="Count" FooterText="Total Invoiced Members:" HeaderText="Name" SortExpression="fullName"
UniqueName="fullName">
</telerik:GridBoundColumn>
This seems to show a count of the invoices in the footer rather then a count of the "members". How can i get a count of the members?? Do i need to change the context of the query? thanks!
<ItemStyle Wrap="true" /> but still not working.


