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. When I save the Grid setting I can see in the saved xml content that it also persists Aggregate function which was applied to the columns. The value of XML node "PersistableColumnSetting>Aggregate" is "SUM"
but when I revisit the page next time, I notice the Aggregate functions are not applied to the column after loading the settings and rebinding the grid.
I wonder if this is by design or there is another way to apply the Aggregates to the columns just like they were when saving the settings
Thanks
Harshad
Hey Harshad, this is the RadGridView for WPF forum. Can you please post your question in the ASP.NET AJAX forum?
Hi Martin
oh sorry. I didn't realise it. I will do that
Thanks
Harshad