Categories | Question details Back To List | ||
DHX Grid: Grid style not applied in Internet Explorer. Hi there, The grid style is not getting applied in the Internet Explorer. Image Link: http://www.picoodle.com/view.php?img=/3/9/25/f_GridinIE6Mom_8cd8f52.jpg&srv=img37 What could be the problem ?? Answer posted by dhtmlx support on Sep 26, 2008 07:17 How did you set this styles ? Possibly the reason for the issue in that you have set some style for each row and than tried to redefine it for uneven rows. In this case you can try to set !important after the background color for uneven rows: background-color: some_color !important; |