Can user change colour themes at runtime?

Hi

Is it possible for user to change the colour themes by changing dropdownlist?

I checked this forum below, and tried to implement with ASP.NET Web Forms.  It doesn't work.
https://www.syncfusion.com/forums/126138/user-changed-themes-at-runtime

Is there anything wrong in this attached code?

I would appreciate it if you help me out.

Thanks,
Yukiko



Attachment: test_cbbd50c3.7z

3 Replies

KV Karthikeyan Viswanathan Syncfusion Team September 5, 2018 10:37 AM UTC

Hi Yukiko, 

Thanks for contacting Syncfusion support. 

You have referred embedded style and script source in your application. So that the issue is occurred.  

Please refer the below code example: 

<code> 
<appSettings> 
    <add key="LoadEJResourcesFromAssembly" value="false" /> 
    <add key="EJResources" value="jsrender:false;themes:false;" /> 
  </appSettings> 
</code> 




Regards, 
Karthikeyan V.  



YI Yukiko Imazu September 5, 2018 12:39 PM UTC

Hi Karthikeyan,

Thank you for your support.
I could resolve my issue.

Regards,
Yukiko


KV Karthikeyan Viswanathan Syncfusion Team September 6, 2018 04:33 AM UTC

Hi Yukiko, 
 
Thanks for the update. 
 
We are glad to hear that your issue has been resolved. 
 
Regards, 
Karthikeyan V. 


Loader.
Up arrow icon