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
55
Images not showing up for DataGrid
posted

I have deployed a page to our server and the images are not showing up on the WebDataGrid unless I upload the ig_res folder to the web server.  I have copied the files to the server and created a virtual directory that points to ig_common.   The missing image is still trying to access the ig_res folder (/ig_res/Default/images/igg_sortAsc.gif).  Any help would be great.

 

Thanks

Jeff

 

Parents
  • 3115
    Verified Answer
    Offline posted

    If I understand right you've copied files with Styles add a virtual directory, whichs is listing when you type something like this: http://localhost/ig_common/  in your browser a list of themes appears? But the styles are not applied?

    If that is the case, you have to modify web.config file and you have to add the following linesof code:

    <configSections>

    <

     

     

    section name="infragistics.web" type="System.Configuration.SingleTagSectionHandler,System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>

    </

     

     

    configSections>

    <

     

     

    infragistics.web styleSetName="Default" styleSetPath="http://localhost/ig_common/"/>

    That code have to be placed inside the  <configuration> tag, but before <system.web> tag.

    Hope that helped

Reply Children
No Data