Hi,
I have 2 WebHierarchicalDataGrids on a page, each of them in an asp:UpdatePanel, they have both a custom pager like the one of the samples (WebDataGrid), the second grid has a summery row.
Now what happens if I change the page of the first grid:
Error message: The method or operation is not implemented.
Source: Infragistics35.Web.v10.3
Class: DataRecordCollection
Method: GetCount Parameters: · fieldName
Help link: http://msdn.microsoft.com/en-us/library/system.notimplementedexception.aspx
Inner exception: System.NotImplementedException: The method or operation is not implemented. at Infragistics.Web.UI.Framework.Data.DataRecordCollection.GetCount(String fieldName) at Infragistics.Web.UI.GridControls.SummaryRow.GetSummaryValue(GridField field, Summary summary, ColumnSummaryInfo colSumInfo, SummaryRowSetting sumRowSetting, Boolean raiseEvnt) at Infragistics.Web.UI.GridControls.SummaryRow.BehaviorEvents_PreRender(Object sender) at Infragistics.Web.UI.GridControls.GridBehaviorEvents.PreRenderHandler.Invoke(Object sender) at Infragistics.Web.UI.GridControls.GridBehaviorEvents.OnPreRender() at Infragistics.Web.UI.GridControls.GridBot.HandlePreRender() at Infragistics.Web.UI.GridControls.ContainerGridBot.HandlePreRender() at Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.OnPreRender(EventArgs e) at Infragistics.Web.UI.GridControls.WebDataGrid.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
It looks related to the summery row. So I changed Enabled True to False and the error does not appear and the requested page change occurs correctly.
Hi estanito,
So, it sounds like your running version 10.3, but what build number do you have? The RTM version- 1xxx? This bug should be fixed in a later service release. If you upgrade to the latest and it still persists, get back to us, and we will try to figure out what still is not working.
regards,
David Young
I'm using version 10.3.20103.1013 is this a version that has been upgraded? I'm still receiving this message on any postback initiated by the Grid
Upgrading did the job, thanks for pointing me out.