Thanks for Your Reply, I’m seding my source code here
[[…skipped…]]
In IE Grid enableAlterCss() functionality not works .
Im showing DHTMLXTabs in DHTMLX window and DTHMLX TABS Contains DHTMLX Grid. So the enableAlterCss() not working in IE but it working very well in MOZILLA ,
I had Source code provided you please give me solution for same.
Thanks ,
BAPU.
Problem confirmed - you can use attached css instead of original one.
Or just define custom styles as
.even td{
background-color:green !important;
}
.uneven td{
background-color:red !important;
}
dhtmlxwindows_aqua_orange.zip (1.53 KB)