RadTreeView for ASP.NET

Secure Warnings Send comments on this topic.
TroubleShooting > Secure Warnings

Glossary Item Box

Telerik RadTreeView provides the SSL property that should be enabled whenever a security warning appear due to the treeview residing on the page.

The SSL property is included especially for pages that are accessed via https:

  Copy Code
<rad:RadTreeView
           
ID="RadTreeView1"
           
runat="server"
           
SSL=Ttrue">
</rad:RadTreeView>