It only renders half of the background colors when initialized inside a div display:none.
I have :
dps.dynamicLoading = false;
dps.dynamicEventRendering = "Disabled";
When i set it visible I also do this:
this.dps.resize();
this.dps.show();
But it doesnt help.