Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by BAPU on Jul 18, 2008 05:17
open dhtmlx forum
In IE Grid enableAlterCss() functionality not works .

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.
Answer posted by Support on Jul 18, 2008 08:35
Problem confirmed - you can use attached css instead of original one.

Or just define custom styles as

<style>   
    .even td{
        background-color:green !important;
    }
    .uneven td{
        background-color:red !important;
    }
</style>
Attachments (1)