Starting from July, any page containing a radgrid in the system experiences an automatic continuous reload error that cannot be stopped and adds a suffix like ? ctl75_ctl03_gvResultsChangePage=1, at the same time, Chrome encounters an error, while Firefox and Safari do not. When restarting IIS, the system stops having errors, but a few days later, the errors reoccur. Below is an example of a page with an error.
<telerik:RadGrid ID="gvResults" runat="server" AutoGenerateColumns="False" AllowPaging="True" AllowSorting="True" Skin="Windows7" GridLines="None" AllowMultiRowSelection="True">
<PagerStyle Mode="NextPrevAndNumeric" PagerTextFormat="Change page: {4} {5} văn bản / {1} trang" PageSizeLabelText="Số văn bản" EnableSEOPaging="False" />
<MasterTableView ClientDataKeyNames="Id" AllowMultiColumnSorting="True" NoMasterRecordsText="Không tìm thấy dữ liệu.">
<Columns>
<telerik:GridBoundColumn HeaderText="Số ký hiệu" DataField="Notation" HeaderStyle-Width="120px">
</telerik:GridBoundColumn>
<telerik:GridBoundColumn HeaderText="Ngà y ký" DataField="CreatedDate" HeaderStyle-Width="70px" DataFormatString="{0:dd/MM/yyyy}">
</telerik:GridBoundColumn>
</Columns>
</MasterTableView>
<ClientSettings EnableRowHoverStyle="true">
<Selecting AllowRowSelect="True" />
<ClientEvents OnCommand="gvResults_Command" />
</ClientSettings>
</telerik:RadGrid>
