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
1000
The method or operation is not implemented.
posted

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.

Parents Reply Children
No Data