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
4110
WebDataGrid AppStyling Issue
posted

This may already be adressed, but I could not find a post specifically addressing my issue. I have a WebDataGrid that is populated dynamically, no editing, etc, just paging & sorting. My issue is that I have designated the StyleSetName & StyleSetPath when the grid is bound. StyleSetName="Nautilus" and StyleSetPath=Server.MapPath("~/ig_res/Nautilus/") the path is off ice main folder [ProjectName]\ig_res/Nautilus/. The only change I get is a transparent background & slightly larger font than the default page font. Since this is the grid, I would assume it locating the ig_grid.css file by default, however, it doesn't appear to be doing so. Any other ig control i have, I just set the StyleSetName to Nautilus and it is fine, however, my grid doesn't seem to so. Even editing the ig_grid.css file items does nothing. Obviously, I am doing something wrong or not quite right. if I create an AppStyle file from the AppStying utility, it creates a single file, but I have no idea how to use this file. My original Nautilus & Default style sets (from 8.1) were folders with css files & images, not a single file like it now creates(currently on 10.1).

Parents
No Data
Reply
  • 7499
    Verified Answer
    posted

    Hello Dbishop9,

     

    Thanks for the details. From details I can see that application cannot find the images as well as styles. To debug this issue you may use a tool like Fiddler, Firebug or Internet Explorer Developer Toolbar to find out what requests are being made and the responses to those requests. 

     

    You can compare the test results with your projects configuration to wee why the images and styles aren’t being found.

     

    Here is the link where you will find more details and downloads for these tools:

     

    <http://www.fiddler2.com/fiddler2/ >

    <http://getfirebug.com/>

    <http://www.microsoft.com/downloads/en/details

    <http://www.microsoft.com/downloads/en/details.aspx?FamilyID=95e06cbe-4940-4218-b75d-b8856fced535>

     

    If the issue is still present please send me the test results from either tool so I may assist you further.

Children
No Data