Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Themes and Visual Style Builder > Theme issue when program installed on client

Answered Theme issue when program installed on client

Feed from this thread
  • Posted on Apr 28, 2009 (permalink)

    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)

    Reply

  • Answer Nick Nick admin's avatar

    Posted on Apr 28, 2009 (permalink)

    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.

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.
  • Posted on Apr 29, 2009 (permalink)

    Ok, just what I needed...

    thanks

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Themes and Visual Style Builder > Theme issue when program installed on client
Related resources for "Theme issue when program installed on client"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]