Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Fergus on Nov 26, 2007 08:26
open dhtmlx forum
Footer with xml

Thanks for quick answer.

However when I do that it kind of works. I have used the second parameter with formating in it

<afterInit>

 <call command="attachFooter">

 <param>
Totals,16566883,3376826,19943709,894971,74650,20913329,34.5,30.4,6350486,15529956,0.4,4390774,20007081,63372,2
</param>

 <param>
textalign-left,textalign-right,textalign-right,textalign-right,textalign-right,textalign-right,textalign-right,textalign-right,textalign-right,textalign-right,textalign-right,textalign-right,textalign-right,textalign-right,textalign-right,textalign-right
</param>
</call>
</afterInit>

it almost works but if I resize the columns the footer text does not move.

What else am I doing wrong?

Also how can I format the numbers to be 16,566,883 etc doi I just put them in "".

Answer posted by Stanislav on Nov 26, 2007 08:35
>>Also how can I format the numbers to be 16,566,883 etc doi I just put them in "".

Inside grid you can use edn excell type and setNumberFormat function
Inside header data shown as static text, so it must be preformated

>>it almost works but if I resize the columns the footer text does not move.
Please be sure that count of labels in attachFooter command is exactly same as count of columns
If problem still occurs for you - please send any kniind of sample where problem can be reconstructed ( you can send it directly to support@dhtmlx.com )