Hello,
I am new to MVC and Telerik. I am trying to devise a way to globally change themes (both those that come with Kendo in the C:\Program Files (x86)\Progress\Telerik UI for ASP.NET MVC R2 2019\styles folder and ones created via the SASS Theme builder.
I see the "Change Themes" drop down list at: https://demos.telerik.com/aspnet-mvc/dropdownlist
and the https://docs.telerik.com/kendo-ui/styles-and-layout/change-themes-on-the-client
but I am curious as to how we would go about creating a dynamic list of all the themes that come with Telerik and all user created sass themes and apply them globally for a user AND be able to save that theme so it is loaded for a user and applied every time they visit the site and the ability to change the theme and save
that preference at anytime. Thoughts?
Thanks,