Hello!
I have an UltraGrid which is grouped in two levels.
When I update a row value, only the grids total summary updates, not the Child summaries.
Any ideas why?
If I scroll with my mouse (so the grid is scrolled, the value is updated.
/Henrik
I compared your code with my and I found a big difference; the CalcManager. I implemented a CalcManager and a formula and that solved it.
Before, I calculated the cell values myself and that didn't work with the summaryvalues.
Thanks!
Hello Henrik,
We are still following this forum thread.
Please feel free to let us know if you still have any questions on this matter.
You are completely right about that Mike. I downgraded the IG version and it works as planned in VS2010. I willcompare the "code" with my own, to see if i have made something wrong anywhere.
Hi Henrik,
I'm not sure what you mean. I just downloaded Milko's sample and opened it up in VS2010 and ran it and it works fine for me. The project may have been created in a newer version of Visual Studio, but solutions and project in VS2010, VS2012, and VS2013 are all compatible.
Thanks Miko!
I am currently using VS2010 and IG 14.1. So unfortunately I cannot open your sample code.
Do you have it available in VS2010 without to much work?