Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Derek on Apr 24, 2009 06:16
open dhtmlx forum
Grid alternating row styles not working in IE7 when grid is in a window skined "modern_blue"

I have set up a dhtmlxWindow that contains a dhtmlxGrid to display search results. The window's skin is set to "modern_blue". However in IE7 the alternating row style does not take effect in IE7. With the window skin set to "dhx_blue" or the grid directly on the page it works fine.

I have set up the following additional classes:
.gridRowHover
{
background-color: #ff9 !important;
}

.gridRowEven
{
background-color: #eef !important;
}

.gridRowOdd
{
background-color: #d6d6ff !important;
}

.gridRowHover TD, .gridRowEven TD, .gridRowOdd TD
{
padding: 4px !important;
}


To demonstrate I have posted a sample page @ http://www.cmainfo.co.za/Test/index.htm.
Answer posted by Alex (support) on Apr 25, 2009 01:41
Please, try to use the attached file instead of the original one. It must fix the issue.
Attachments (1)
Answer posted by Derek on Apr 27, 2009 02:06
Thank you. That has fixed the issue.