RadGrid Migration Issues with ClientSide

1 Answer 83 Views
Grid
Sachita
Top achievements
Rank 1
Iron
Iron
Iron
Sachita asked on 08 Jun 2021, 02:17 PM

Hi Team,

I have recently migrated from RadGrid Classic to RadGrid Ajax suite.(R3 2020)

I am getting few errors in the Edge,IE11 and Chrome.

Do we need to replace classic RadControl js files with Ajax Control Suite js files?

Issue are captured in the screenshot.

Can you please suggest me why this issue is happening and how to resolve it?

1 Answer, 1 is accepted

Sort by
0
Attila Antal
Telerik team
answered on 11 Jun 2021, 08:25 AM

Hi Sachita,

To migrate the Classic Grid, here are 4 easy steps:

1. Adding the Control to the page: Adding the Telerik Controls to Your Project

2. Set the RenderMode to Lightweight. We suggest that you do that in the web.config, see Setting Render Mode.

3. After that, make sure that you have the correct settings in the web.config, web.config Settings Overview

4. The ScriptManager must load the following Scripts:

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
    <Scripts>
        <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
        <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
        <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
    </Scripts>
</telerik:RadScriptManager>

 

Regards,
Attila Antal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Grid
Asked by
Sachita
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Attila Antal
Telerik team
Share this question
or