This is a migrated thread and some comments may be shown as answers.

Mix Themes easy and Form border color

3 Answers 287 Views
Themes and Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
Leandro
Top achievements
Rank 1
Leandro asked on 04 Sep 2018, 05:49 PM

     Hey guys, I've customized the Fluent(just changed the blue) and currently using it fine on my project. I just don't like it on RadGridView and i really liked VisualStudio2012Light on it, is there a easy way to mix my whole Fluent theme with just RadGridView of VisualStudio2012Light ?

And another question, how can I change the border color of RadForm on the Fluent Theme, couldn't find it.

Thanks in advance and sorry for bad english.

3 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 05 Sep 2018, 07:43 AM
Hello Leonardo,

An example of this is available here: Using a different theme for a specific control.

Here is how to change the border color:
this.FormElement.Border.ForeColor = Color.Red;

I hope this will be useful. 

Regards,
Dimitar
Progress Telerik
Get quickly onboard and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Leandro
Top achievements
Rank 1
answered on 05 Sep 2018, 12:45 PM
I was thinking a solution on theme level, not at application. Because I'm currently using VisualStudio2012Light for the entire application, and now i'm updating UserControls and Forms to use Fluent, I'm already disabling the application theme on these UC with a iterating method. After I update all I'll remove that method, because on some UserControls with much Controls it take some time to iterate, so my entire application will be using only Fluent
0
Accepted
Dimitar
Telerik team
answered on 06 Sep 2018, 06:29 AM
Hello Leandro,

In this case, you will need to edit the grid styles in the theme manually. You can open both themes in two instances of Visual Style Builder and then apply similar styles element by element.

Should you have any other questions do not hesitate to ask.

Regards,
Dimitar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Themes and Visual Style Builder
Asked by
Leandro
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Leandro
Top achievements
Rank 1
Share this question
or