This is a migrated thread and some comments may be shown as answers.

How to get a build of RadControls that does not emit Telerik when users view page source?

1 Answer 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
jgill
Top achievements
Rank 1
jgill asked on 28 Apr 2010, 05:50 PM
Hello,
I wanted to know if it is possible to get a build or version of RadControls that does not emit Telerik in the page source when user's view the source code.

Telerik.Web.UI.RadTreeView
WebForm_InitCallback();Sys.Application.add_init(function() {  
    $create(Telerik.Web.UI.RadTreeView, ... 

1 Answer, 1 is accepted

Sort by
0
Kiara
Top achievements
Rank 1
answered on 29 Apr 2010, 12:14 PM
I do not think that you want skip your RadControls client initialization, do you? :) Otherwise they will not be usable on the client.  Each ASP.NET AJAX controls uses $create on app add_init to initialize itself, so I strongly doubt your request can be fulfilled.

Kiara
Tags
General Discussions
Asked by
jgill
Top achievements
Rank 1
Answers by
Kiara
Top achievements
Rank 1
Share this question
or