question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Description of Problem

We still utilize the out of date telerik components in a few places throughout the platform. We need to finish up the complete removal so we can finally remove these components from new installations.

Right now it appears that the digital assets module (dnn file manager) and the Html module are the major items that’s holding us back. They both still reference and make heavy usage on the DotNetNuke.Web.Deprecated web controls.

Solution # 1

Remove usage and replace with asp.net components.

Solution # 2

Rewrite these as a SPA module and fix both the telerik and webforms issue at the same time.

Current Usage

A quick search on the solution found the following areas which should be address. This list isn’t complete and will be updated as additional areas are identified.

  • DotNetNuke.Web.Deprecated
  • DotNetNuke.Website.Deprecated
  • DotNetNuke.Modules.DigitalAssets
  • DotNetNuke.Modules.Html

Host Settings

  • EnableTelerikCDN
  • TelerikCDNBasicUrl
  • TelerikCDNSecureUrl

Build Scripts

Module.build (spell checker, assembly copy, package creation) CreateCommunityPackages.build (file copies, package creation)

Other files

Tests\App.config Config\SiteUrls.config WebControlSkin (css styles) admin.css (css styles) dnn.jquery.js (RadComboBox type check)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:39 (29 by maintainers)

github_iconTop GitHub Comments

5reactions
bdukescommented, Nov 2, 2018

I’d be willing to argue that having had the Telerik components in an assembly named DotNetNuke.Web.Deprecated since 8.x is enough of a deprecation warning to remove them in 10.0, but if others want to wait, that’s fine.

4reactions
valadascommented, Jun 23, 2019

I am currently working on a proof of concept for DAM, I would like to have it be a full class citizen of both the Persona Bar and as a regular module but SPA based. I would also like to have feature parity.

It is a bit early to make any promise but I should have something hopefully in a week or two to show…

Read more comments on GitHub >

github_iconTop Results From Across the Web

DNN Platform Telerik Removal
Navigate to Settings > Extensions (Libraries) in the Persona Bar and uninstall the DotNetNuke Telerik Web Components extension. Be sure to check ...
Read more >
How to manually remove Telerik from Evoq/DNN platform
Navigate to Settings > Extensions (Libraries) in the Persona Bar and uninstall the DotNetNuke Telerik Web Components extension. Be sure to check ...
Read more >
Uninstall Telerik menu and references in Visual Studio
Hi Kevin,. You can remove the Telerik extensions for Visual Studio by uninstalling them from the Manage Extensions tool:.
Read more >
How to Remove Telerik References in DNN - Portal - 1. Frontline
How to Remove Telerik References in DNN · Take a backup of the website · Install the new DNN resource manager module via...
Read more >
Uninstalling Telerik® Data Access
To uninstall Telerik Data Access, use the Programs and Features dialog in Control Panel. Select the program from the list, right-click it and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found