or
| Imports Telerik.Web.ui |
| Partial Class temp_somepage |
| Inherits System.Web.UI.Page |
| Dim x As PersistMe |
| Protected Sub Page_PreInit(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreInit |
| If Session("Settings") IsNot Nothing Then |
| x.LoadSettings(Session("Settings")) |
| End If |
| End Sub |
| Protected Sub RadGrid1_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles RadGrid1.PreRender |
| Session("Settings") = x.SaveSettings |
| End Sub |
| End Class |

CustomAggregate event procedure but the problem is as I read on this case the Result put in e.Result ! but I have 7 coulmns and each one have its own aggregation and different summation so how can I manage the CustomAggregate with more than one coulmn in my grid ? how I put the Result of each coulmn to its footer ?
Please help and advice me..
Thanks
Ban
