Frage

I am using Telerik's RadEditor control on a page. It is the only Telerik control in use, but the telerik.web.ui.webresource.axd that is downloaded includes the radwindow javascipt code. I understand RadEditor uses this for some dialogs but my page does not and would like to improve performance by removing this script from telerik.web.ui.webresource.axd.

Is it possible to customize it at all?

War es hilfreich?

Lösung

You can disable the RadEditor control from using embedded web resources by setting UseEmbeddedScripts = false. If you set UseEmbeddedScripts to false, files from the RadControls folder will be used.

For a more detailed explanation see Disabling embedded resources.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top