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?
Thanks
(I hope that I explained it good)
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)