I'm trying to get an UltraWebGrid to work with one of the Styles provided (Office2007Blue).
My problem is that the grid looks nice at design time (image 1), but bad (and very different) at runtime (image 2).
The odd thing is that - judging by the runtime html source - it seems that the Office2007Blue style is actually applied (image 3), but that the referenced UltraWebGrid stylesheet file ig_grid_opt.css specifies an orange header image (images/office_grid_header.jpg) for the TH class, where I am expecting something blueish. In the Office2007Blue style's Image folder there is a different file (images/iguwg_header.gif) which seems much more suitable (it is blue!) than the office_grid_header.jpg image.
Have I configured my grid wrong, or is this an glitch in the css file?
Image 1:
Image 2:
Image 3:
Hello,
Could you attach the smaple application here please or provide link do download it in order to be able to debug.
Thanks
Did you have a chance to look at this issue?
OK
I have added a zip file of the web site.
I had to delete a lot of irrelevant images from the ig_res\images subfolder in order to stay within the 200KB file limit, but the behaviour of the grid on the Default.aspx page is still the same as described in my previous post.
I am using VS 2010 (10.0.30319.1)
And the NetAdvantage version (10.1.20101.1011)
I seem to recall having experienced this in previous versions of NetAdvantage as well (for the same/similar style)