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
3475
Grid with SummaryRow change between Infragistics45.Web.v14.1 and Infragistics45.Web.v15.2
posted

.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.