Telerik.Web.UI ClientSettings and events issue

1 Answer 145 Views
Grid
Sachita
Top achievements
Rank 1
Iron
Iron
Iron
Sachita asked on 19 May 2021, 12:08 PM

Hi ,

We have upgarded from Q32015.3.1111.35 to R3 2020.3.915.45.

I have seen many posts regarding discontinuity of Rad dll references and all dll are present in a single assembly.

so i have tried to migrate classic RadGrid to RadGrid of ajax Suite with the help of below article, to support Modern Browser.

https://www.telerik.com/support/kb/aspnet-ajax/grid/details/migration-from-radgrid-for-asp.net-(classic)-to-radgrid-for-asp.net-ajax

I am getting an Issue 

<telerik:RadGrid ID="CombineRadGrid" AutoGenerateColumns="false" EnableAJAX="true" GridLines="None" 
        Skin="SAM" UseEmbeddedScripts="false" Width="100%" runat="server">
    <ClientSettings AllowExpandCollapse="true" AllowGroupExpandCollapse="true" 
        ClientEvents-OnRequestEnd="CombineRadGridRequestEnd" ClientEvents-OnRequestStart="CombineRadGridRequestStart" />

</telerik:RadGrid>

Is there any property change with Telerik.WebControls.GridClientSettings and Telerik.Web.UI.GridClientSettings?

Can anyone please help on this to resolve and share me?

 

 

 

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 19 May 2021, 05:44 PM

Hi,

The Telerik.WebControls namespace was used for our RadControls for ASP.NET classic controls. Our latest RadControls for ASP.NET AJAX suites all exist in the Telerik.Web.UI namespace. Check out the Telerik.Web.UI.GridClientSettings https://docs.telerik.com/devtools/aspnet-ajax/api/server/Telerik.Web.UI/GridClientSettings  article as well as 

Regards,
Rumen
Progress Telerik

Тhe web is about to get a bit better! 

The Progress Hack-For-Good Challenge has started. Learn how to enter and make the web a worthier place: https://progress-worthyweb.devpost.com.

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