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
The resolution of this issue is available in 10.3.20010.3.2120 build.
Thanks
Hello,
I have created support ticket regarding this issue : CAS-61839-7V4FFG. I will follow up with you through the ticket.
Will this be fixed in a future release?
Hello Simen,
I have found out the issue. Please locate the following ig_grid.opt.css file and modify te css class respectively :THEAD.igtbl_Office2007BlueHeader TR TH,
TFOOT.igtbl_Office2007BlueHeader TR TH, TBODY.igtbl_Office2007BlueHeader TR TH{ background-color:Transparent; background-position:bottom ; /* * background-image: url(images/office_grid_header.jpg); */
background-image: url(images/igg_header.gif);
border:solid 1px #Transparent; border-right-color:#F29536; padding-top:3px; padding-bottom:3px;}
Hope that helps
Did you have a chance to look at this issue?