Can I enable grid column total function like below screen? thanks
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 19 Mar 2024, 08:16 AM
| edited on 19 Mar 2024, 08:18 AM
Hi Ivan,
Yes, in Telerik's RadGrid for ASP.NET AJAX, you can enable column totals by using the ShowFooter property on the MasterTableView. The footer will display the sum (or another aggregate function like average, count, etc.) of the column's data.
Here's a basic example of how you might define this in your ASPX file: