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

Theme issue when program installed on client

2 Answers 62 Views
Themes and Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
gerbrand
Top achievements
Rank 2
gerbrand asked on 28 Apr 2009, 07:48 AM
Hello,

I created a theme for my radgridview and added it to the theme manager on my form.
Now when I create my installer for my program I added the folder where my themes are saved. So when installing I have my themes on the computer of the client (this case a test computer).

Now when I launch my program I'm getting a message that the theme I want to load for the radgrid doesn't exist on the location.
I checked the path that is shown in the message and it's keeping the path name of where I saved it om my computer.

How can I solve this? Or do I have to add my theme by code to my grid? Then I think I can add something like this?

var mytheme = Application.StartUpPath + '/layouts/mytheme.xml';

Thanks

(I hope that I explained it good)

2 Answers, 1 is accepted

Sort by
0
Accepted
Nick
Telerik team
answered on 28 Apr 2009, 04:39 PM
Hello gerbrand,

Thank you for contacting us. The issue seems related to the installer. Please follow this KB article to add the theme as a resource. This should fix the issue.

All the best,
Nick
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
gerbrand
Top achievements
Rank 2
answered on 29 Apr 2009, 06:47 AM
Ok, just what I needed...

thanks
Tags
Themes and Visual Style Builder
Asked by
gerbrand
Top achievements
Rank 2
Answers by
Nick
Telerik team
gerbrand
Top achievements
Rank 2
Share this question
or