RadTreeView SSL property is removed

1 Answer 86 Views
TreeView
Sachita
Top achievements
Rank 1
Iron
Iron
Iron
Sachita asked on 28 Dec 2021, 07:49 AM

Currently testing with Telerik R32021.3.914.45 ,.NetFramework-4.8 and browser - Chrome and Edge

https://docs.telerik.com/devtools/aspnet-ajax/controls/treeview/migrating-from-radtreeview-for-asp.net-to-asp.net-ajax

We migrated from Classic to Asp.Net ajax controls followed the aboved document.

and observed that SSL property has been removed from Telerik.Web.UI controls.

May anyone help me out to find an alternate propoerty instead of SSL for that?

Old Code with Classic TreeView (Telerik.WebControls):
 protected override void OnInit(EventArgs e)
        {
           eventTypeTree.SSL = ConfigurationManager.SystemSettingsSection.ApplicationInfo.Protocol == Protocol.https;
            base.OnInit(e);
        }

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 28 Dec 2021, 08:29 AM

Hi Sachita,

Currently the resources for SSL connection can be enabled for the whole UI for ASP.NET AJAX suite through CDN. More details can be found here:

https://docs.telerik.com/devtools/aspnet-ajax/controls/stylesheetmanager/cdn-support/overview#what-about-ssl

Regards,
Vessy
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Sachita
Top achievements
Rank 1
Iron
Iron
Iron
commented on 28 Dec 2021, 11:30 AM

do we need to add any code in codebehind file?

Can you please share sample code?

Peter Milchev
Telerik team
commented on 29 Dec 2021, 10:11 AM

The SSL property is removed because now the controls work under SSL with no need for a specific control configuration. You can check that on our live online demos: https://demos.telerik.com/aspnet-ajax/treeview/examples/overview/defaultcs.aspx 
Tags
TreeView
Asked by
Sachita
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Vessy
Telerik team
Share this question
or