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
4341
Grid Summary Value Changed Event
posted

Hello Team,

In a grid we have set summary for few columns. This summary we are using further for our calculations. The columns on which we have set the summary are hidden. On the Grid SummaryValueChanged event we are setting this summary values in another Grid. But for some reason the SummaryValueChanged event is not fired, but when I unhide the summary column the event is fired.

We have following queries :

1) Is there any way to get the summary value without unhiding the columns.

2) How to hide the summary row. We do not want to display the Grand total or Grand Summary row to user.