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
That is the latest Volume Release, but you can download a Service Release to bring the build number up to the 2000's. This has further fixes, such as this, since 10.3 was released last Fall. You have to get it from your downloads and keys link on the main infragistics site.
-Dave
Thanks, but I believe i have the latest service release, since I only downloaded this about two weeks ago. My original post mentions what version I'm currently running (10.3.20103.1013). Is there a later version than this? If so, can you provide me with the download link please?
Hi steenkampd,
You will need to upgrade to the latest Service Release for 10.3 in order for this exception to go away. Sorry for the inconvenience.