IE display different colour when using set Column Colour

Hi,

I am trying to set column colour for different columns inside grid. Google chrome display correct colour but IE show different colour. Is there anything that I miss out to follow? And also some columns are not align with header in Chrome. IE seems ok for this.




My code are as follows

Any suggestion for this?
Thank you.

Hi,

Please disregard the alignment problem. It is because I zoom in in the google chrome. :smiley: :smiley:

Kindly let me know about the colouring problem. :slight_smile:

Please, try to remove spaces before the color definition:
mygrid.setColumnColor("white,white,white,white,white,white,#f6ec5a,#f6ec5a,#a8c4eb,#a8c4eb,#c1e770,#c1e770,#f6ec5a,#f6ec5a,#a8c4eb,#a8c4eb,#c1e770,#c1e770,white,…

Hi Sematik,

Thank you. It worked.