Grid footer not correctly aligned

I have a grid with an attached footer, but the footer isn’t aligned the same as the grid.
I’m using the following code to attach the footer:

actTree.attachFooter("Totaal:,#cspan," + tot1 + "," + tot2 + "," + tot3 + "," + tot4 + "," + tot5 + "," + tot6 + "," + tot7 + "," + totWeek + ",-,-," + totETC,
    		["font-weight:bold;","",
    		 "text-align:right;font-weight:bold;",
    		 "text-align:right;font-weight:bold;",
    		 "text-align:right;font-weight:bold;",
    		 "text-align:right;font-weight:bold;",
    		 "text-align:right;font-weight:bold;",
    		 "text-align:right;font-weight:bold;",
    		 "text-align:right;font-weight:bold;",
    		 "text-align:right;font-weight:bold;",
    		 "","","text-align:right;font-weight:bold;"]);	


Does someone have a solution for this?

Unfortunately the issue cannot be reproduced locally.
If it’s still occurs for you, please, provide with a demo link, or a complete demo, where the problem can be reproduced.

It’s difficult to send a stand alone demo.
Maybe you can watch the problem by GoToMeeting or something like that?

Unfortunately we cannot provide the support out of the forum.

About the issue: Please, try to set the valid doctype to your page. For example:

After I add a DOCTYPE the whole grid won’t load anymore…

Please, provide with a sample of the code with the grid init or a demo link/complete demo, where the issue can be reproduced locally.

I have send you a PM.