Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
298
Custom Summary Empty Result
posted

Good Day,

I am trying to implement a custom summary in a WebHierarchicalDataGrid control, I have followed this tutorial carefully.

 http://help.infragistics.com/Help/NetAdvantage/ASPNET/2010.3/CLR4.0/html/WebDataGrid_Adding_Custom_Summary.html

But it seems that my custom summary can't render or read the return value It's just showing

"ASum =", and the wierd thing is debugging WebHierarchicalDataGrid1_CalculateCustomSummary method  is showing that is returning a value. 

please take a look at this screen shot.

http://min.us/mvfUQTp

I hope some could help me