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
100
In IE11 WebDataGrid checkbox click throws SCRIPT5022: Sys.WebForms.PageRequestManagerParserErrorException error
posted

Hi,

We are using Infragistics.Web.UI.GridControls.WebDataGrid version=12.2.20122.2031, We have check box in grid and if we click on the checkbox it throws below error, additionally it works fine with earlier version of IE.

 

  1. Click on checkbox in grid nothing happen but IE developer tools display below error message.

Description:  Sys.WebForms.PageRequestManagerServerErrorException: Requested record cannot be found by key.

File:  ScriptResouce.axd

 

  1. Event Viewer Details

Exception information:

    Exception type: MissingRecordException

    Exception message: Requested record cannot be found by key.

   at Infragistics.Web.UI.GridControls.EditingCore.OnAction(String actionType, Object id, Object value, Object tag)

   at Infragistics.Web.UI.GridControls.GridBehavior.Infragistics.Web.UI.GridControls.IGridBehavior.OnAction(String actionType, Object id, Object value,

Object tag)

   at Infragistics.Web.UI.GridControls.GridBot.LoadAdditionalClientState(Object state)

   at Infragistics.Web.UI.Framework.RunBot.HandleRaisePostDataChangedEvent()

   at Infragistics.Web.UI.GridControls.GridBot.HandleRaisePostDataChangedEvent()

   at Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.RaisePostDataChangedEvent()

   at System.Web.UI.Page.RaiseChangedEvents()

   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 

Thread information:

    Thread ID: 13

    Thread account name: NT AUTHORITY\NETWORK SERVICE

    Is impersonating: False

    Stack trace:    at Infragistics.Web.UI.GridControls.EditingCore.OnAction(String actionType, Object id, Object value, Object tag)

   at Infragistics.Web.UI.GridControls.GridBehavior.Infragistics.Web.UI.GridControls.IGridBehavior.OnAction(String actionType, Object id, Object value,

Object tag)

   at Infragistics.Web.UI.GridControls.GridBot.LoadAdditionalClientState(Object state)

   at Infragistics.Web.UI.Framework.RunBot.HandleRaisePostDataChangedEvent()

   at Infragistics.Web.UI.GridControls.GridBot.HandleRaisePostDataChangedEvent()

   at Infragistics.Web.UI.Framework.Data.FlatDataBoundControl.RaisePostDataChangedEvent()

   at System.Web.UI.Page.RaiseChangedEvents()

   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 

We have tried few below solutions but it didn’t resolve the issue.

  1. Set EnableEventValidation="false" at page leve
  2. Set AutoCRUD="true" to false
  3. EnableAjax="true" to false
  4. Set document mode to IE7 i.e. <meta http-equiv="x-ua-compatible" content="IE=7"/>
Parents
No Data
Reply Children
No Data