Hello Devexpress,
I have a problem executing an action, it returns the error:
Type: Exception
Message: <?xml version="1.0"?>
<ArrayOfAnyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<anyType xsi:type="xsd:int">13</anyType>
<anyType xsi:type="xsd:decimal">1505770018856</anyType>
</ArrayOfAnyType> no es un valor válido para Int32.
Data: 0 entries
Stack trace:
en System.ComponentModel.BaseNumberConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
en DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewContextMenu.SelectObject(String objectId)
en DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewContextMenu.ProcessCommand(String args)
en DevExpress.ExpressApp.Web.Editors.ASPx.ASPxGridViewContextMenu.DevExpress.ExpressApp.Web.Templates.IXafCallbackHandler.ProcessAction(String parameter)
en DevExpress.ExpressApp.Web.Templates.XafCallbackManager.ProcessAction(String parameter)
en DevExpress.ExpressApp.Web.Templates.XafCallbackManager.callbackControl_Callback(Object source, CallbackEventArgs e)
en DevExpress.Web.ASPxCallback.OnCallback(CallbackEventArgs e)
en DevExpress.Web.ASPxCallback.RaiseCallbackEvent(String eventArgument)
en DevExpress.Web.ASPxWebControl.System.Web.UI.ICallbackEventHandler.RaiseCallbackEvent(String eventArgument)
----------------
InnerException:
Type: FormatException
Message: La cadena de entrada no tiene el formato correcto.
Data: 0 entries
Stack trace:
en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
en System.ComponentModel.Int32Converter.FromString(String value, NumberFormatInfo formatInfo)
en System.ComponentModel.BaseNumberConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
InnerException is null
The list in this contained in a masterdetail and I get it with entityframework, if I remove the action works well, it seems that it is trying to send the composite key serialized, I have tried DataAccessMode in client, server, dataview but it does not work.
Hello Pedro,
Thank you for your report. I have reproduced this unexpected behavior and passed this ticket to our R&D team for research. Please bear with us. We will get back to you as soon as possible.