Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
305
Graphics for the Presets
posted

Hi,

When I apply a preset style, it applies the colors, and even sets the names of the graphics, but the graphics never get copied across.  Where can I get the button images etc?

 Thanks

 Alistair

Parents
  • 24497
    posted

    Hi Alistair,

    I guess your application does not use default image directory. So, you may

    1. Look at aspx for names of images used by WebDateChooser
    2. Create local directory in your project like ./images/
    3. Go to C:\Inetpub\wwwroot\aspnet_client\infragistics\images or C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETClientFiles\ig_common\images
    4. Find there required images and copy them to ./images/
    5. Set ImageDirectory for WebDateChooser (or do that within web.config for all Infragistics controls) to "~/images/" or if your page is on first level of project, then to "./images/"

Reply Children