Hi. We’re an old customer that has recently renewed with DHTMLX and we’d like to upgrade our existing Visual Studio web projects using the newest DHTMLX Scheduler? I’ve downloaded the latest version in ZIP format, but I have no instructions on how to upgrade (not install a new instance). Is it a matter of simply replacing the /codebase folder with the new version or is there more involved? Our projects are .Net 9.
Thanks
Hello,
Is it a matter of simply replacing the /codebase folder with the new version or is there more involved?
If you are already using the JS DHTMLX Scheduler in your project, you can easily update it by replacing your existing codebase with the latest version. You can also check an article that guides you through adding the PRO version to your project:
https://docs.dhtmlx.com/scheduler/install_with_bower.html#addingproeditionintoproject
Hi. Thanks, but unfortunately the entire page is all corrupt looking. It looks like the CSS styles of the old version 6 does not work with the new version.
We have both custom CSS and your propriety CSS in our existing version 6. All I did was replace the Codebase folder with the latest download from the ZIP file and yeah, I’ve lost everything other than some block characters and placements of our data all over the screen. Happy to send you some screengrabs.
Hello,
If you have downloaded the Scheduler codebase, it includes the dhtmlxscheduler.css
file featuring completely redesigned CSS skins (themes) that now leverage CSS variables. Migrating to the new styles will require rewriting your existing CSS to match the updated design. We also have an article to assist you with the migration from the older CSS to the new version:
https://docs.dhtmlx.com/scheduler/migration_from_older_version.html#6070