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
90
Error serializing value 'Infragistics.Web.UI.GridControls.FormatRecordItemValue'
posted

After Upgrading from 2013.1 to 2016.2, I bump into an exception:

Unhandled exception at line 1, column 126350 in http://localhost/WebServer/bundles/MsAjaxJs?v=J4joXQqg80Lks57qbGfUAfRLic3bXKGafmR6wE4CFtc1

0x800a139e - JavaScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: 
Error serializing value 'Infragistics.Web.UI.GridControls.FormatRecordItemValue' of type 'Infragistics.Web.UI.GridControls.FormatRecordItemValue.'

This obviously happens in JavaScript. The delegate for the formatting handler is correctly assigned to Column,FormatFieldValue, but the C# method from the delegate is not even called. When assigning null to Column.FormatFieldMethod, it works (without formatting, of course).

In 2013.1, this worked seamless. For both, 2013.1 and 2016.2, FX 4.5 is used.

Any ideas, hints?