.NET Framework 4.6.1
We upgraded our solutions from Infragistics45.Web.v14.1, Version=14.1.20141.2150 to Infragistics45.Web.v15.2, Version=15.2.20152.2042. It introduced an error on our WHDG with a SummaryRow. The grid is on a WebTab. The grid and behaviors are being created on the server in the Grid_Init event. This event executes when the page loads and again on each tab change. The grid columns, behaviors and bands are cleared in the Grid_Init, then built again. The problem with the 15.2 release is the SummaryRow is being built twice.
The order of execution has changed between 14.1 and 15.2. In 14.1 the Grid_Init always executes prior to Page_Init. In 15.2 the Grid_Init executes prior to Page_Init when the page first loads. But on the tab change event, the Page_Init executes first. I do not know if this is connected to the change in behavior but just something I noticed. Any ideas on why this changed? Thanks.
Hello,
Yes I've noticed the new case and also I have logged this into our internal system, case number "CAS-171821-Y1S4S3" and Work Item #217518.
We could continue our communication through the case only.
Thanks. I tried to update this forum entry yesterday to let you know that I opened a case with my project. The IG site was not responding.
I have logged this behavior in our internal tracking system with a Development ID of 217518. I have associated it with case number CAS-171821-Y1S4S3 , so that you can be notified when the bug is fixed. You can find your active cases under Account - Support Activity in our website. Select your ticket and go to Development Issues tab to view the status of related bugs.
Let me know if I may be of further assistance.
It is not that easy to share a sample because our pages are so complicated but I will try. We have this problem now on 4 different pages. They are all different but have a couple things (that I can see so far) in common, they all have an editable WHDG, a WebTab and broke when we did the IG upgrade.
Could you please share your sample with me then.