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
Hello Hemrik,
Thank you for contacting Infragistics Support.
I followed the steps you suggested and was unable to reproduce the behavior you're describing. I have created an UltraGrid grouped in two levels. I have added a summary and have updated some cell values. By completing this all my summaries have changed both parent and child.
I have attached the sample project I used to test this. Please test this project on your PC; whether or not it works correctly may help indicate the nature of this issue.
If the project does not work correctly, this indicates either an issue possibly specific to your environment, or a difference in the DLL versions we are using. My test was performed using version 14.2.20142.2059 in Infragistics Controls 14 Volume 2. So could you please let me know the exact version of Infragistics components which you are using?
If the project does show the product feature working correctly, this indicates a possible issue in the code of your application. It will help if you can provide a small, isolated sample application that demonstrates the behavior you are seeing.
Or, if this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own if you have one.
Waiting for your feedback.
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?
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.
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.
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.
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!