This question is locked. New answers and comments are not allowed.
Hello Telerik team,
I have a requirements in my project w.r.t Aggregators as numbered below:
1.The caption for the count function need to be localized. Hence, i need a way by which i can specify it programatically.
2. Currently with the code-block below, I can acheive something like: "Total: 12".
say if i want to acheive something like : Total: (12) [Note the extra braces enclosed the numbers], is there a way to do it?
<Telerik:RadGridView.GroupDescriptions>
<data:RadGroupDescription PropertyName="serialnumber" SortDirection="Ascending">
<data:RadGroupDescription.AggregateFunctions>
<data:CountFunction FunctionName="TotalCustomers" SourceField="serialnumber"
Caption="Total:" />
</data:RadGroupDescription.AggregateFunctions>
</data:RadGroupDescription>
</Telerik:RadGridView.GroupDescriptions>
Pls let me know about the options...
Regards
Mike