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.
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?