Hi
I am using grid summary and group summary in checkbox selectable grid. I want to update summary according to selections (eg. 1 / 5). This works for grid summaries so that i call refreshFields on selection and calculate the correct summary in summary function. Group summaries use the same summary function but they are not updated on selection. If I collapse and expand group then group summary is updated. So my question is how to update group summaries on selection ?
Using Gwt 1.7.1, SmartGwt rev 1020, Win Xp, Hosted mode + firefox + chrome
I am using grid summary and group summary in checkbox selectable grid. I want to update summary according to selections (eg. 1 / 5). This works for grid summaries so that i call refreshFields on selection and calculate the correct summary in summary function. Group summaries use the same summary function but they are not updated on selection. If I collapse and expand group then group summary is updated. So my question is how to update group summaries on selection ?
Using Gwt 1.7.1, SmartGwt rev 1020, Win Xp, Hosted mode + firefox + chrome
Comment