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
590
Async request Failed while update
posted

hi team,

As we are using the web datagrid while updating the row cell.we are getting the error like

"Async request failed " please find the screen shot same in the below

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<

 

 

 

igrid:WebDataGrid ItemCssClass="RowBackGround" AutoGenerateColumns="False" runat

="server"

 

 

 

ID="uwgInformation" Width="100%" Height="580px"

 

 

 

DataKeyFields="ErrorNumber" ClientEvents-Initialize="initizle"

 

 

 

EnableDataViewState

="True">

 

 

 

<Columns

>

 

 

 

<igrid:BoundDataField Key="ErrorDate" Header-Text="Error Date" Width="25%" Header-CssClass

="clsColorChange">

 

 

 

<Header CssClass="clsColorChange" Text="Error Date"

/>

 

 

 

</igrid:BoundDataField

>

 

 

 

<igrid:BoundDataField Key="ErrorMessage" Header-Text="Error Description" Width

="55%"

 

 

 

Header-CssClass

="clsColorChange">

 

 

 

<Header CssClass="clsColorChange" Text="Error Description"

/>

 

 

 

</igrid:BoundDataField

>

 

 

 

<igrid:BoundDataField Key="solution" Header-Text="Solution" Width="20%" Header-CssClass

="clsColorChange">

 

 

 

<Header CssClass="clsColorChange" Text="Solution"

/>

 

 

 

</igrid:BoundDataField

>

 

 

 

<igrid:BoundDataField Key="ErrorNumber" Header-Text="Error Number" Width="20%" Header-CssClass

="clsColorChange">

 

 

 

<Header CssClass="clsColorChange" Text="Error Number"

/>

 

 

 

</igrid:BoundDataField

>

 

 

 

</Columns

>

<%

 

 

--<ClientEvents Initialize="initizle"></ClientEvents>--

%>

 

 

 

<Behaviors

>

 

 

 

<igrid:EditingCore AutoCRUD="false"

>

 

 

 

<Behaviors

>

 

 

 

<igrid:RowEditingTemplate CancelButton="buttonCancel" OKButton

="buttonOK">

 

 

 

<EditModeActions MouseClick="Double"

/>

 

 

 

<ClientBindings

>

 

 

 

<igrid:RowEditingClientBinding ColumnKey="solution"

 

 

 

ControlID="control_solution"

 

 

 

GetValueJavaScript="$get({ClientID}).value"

 

 

 

SetValueJavaScript="$get({ClientID}).value={value}"

/>

 

 

 

</ClientBindings

>

 

 

 

<Template

>

 

 

 

<div style="background-color:white;border

:1px solid black;">

 

 

 

<table

>

 

 

 

<tr

>

 

 

 

<td align

="center">

solution:

 

 

 

</td

>

 

 

 

<td

>

 

 

 

<asp:TextBox ID="control_solution" runat="server" Height="59px" Width="292px"></asp:TextBox

>

 

 

 

</td

>

 

 

 

</tr

>

 

 

 

<tr

>

 

 

 

<td colspan="2" align

="center">

 

 

 

<asp:Button ID="buttonOK" runat="server" OnClientClick="return" Text="OK" UseSubmitBehavior="False"

/>

 

 

 

<asp:Button ID="buttonCancel" runat="server" CausesValidation="False" OnClientClick

="return"

 

 

 

Text="Cancel" UseSubmitBehavior="False"

/>

 

 

 

</td

>

 

 

 

</tr

>

 

 

 

</table

>

 

 

 

</div

>

 

 

 

</Template

>

 

 

 

</igrid:RowEditingTemplate

>

 

 

 

</Behaviors

>

 

 

 

</igrid:EditingCore

>

 

 

 

<igrid:Selection

>

 

 

 

</igrid:Selection

>

 

 

 

</Behaviors

>

 

 

 

</igrid:WebDataGrid

>

please let me know the issues

thanks

Parents
  • 37874
    posted

    Hi ranganathanpalanisamy,

    The code you have provided seems to be correct. In order to be able to investigate this issue further, I would need a small isolated sample, reproducing the issue.

    Thank you.

Reply Children