I am using Telerik RadGrid control in my ASP.NET web application. Grid columns are generated automatically from the data source. Also Grouping, sorting, Filtering, Aggregates etc are enabled for the columns in the grid. On right click on the column, it shows context menu and after selecting "Aggregates" option it shows all functions available such as None,Sum,Min,Max,Last,First,Count,Avg,CountDistinct,Custom
But I would like to remove some functions from this list.
Is there a way to access the functions list and manipulate it before grid renders ?
Thanks
Harshad