I want to load the grid definition whit XML, and I want to put a footer on the columns id “totalprice”, “CV” and “itemqty”, but I can’t because when I put any definition in the XML (in the param from the attachFooter), the footer is scrolling down every time. I try whit many param combination in the attachFooter, but every definition has the same result or I have a javascript error. I want to sum the result in the header. My XML is like this.
<?xml version="1.0" encoding="UTF-8" ?>
1
$itemcodelbl
$itemdescriptionlbl
$priceelbl
$onstocklbl
$qty
$pvlbl
$totalpricelbl
%
and I use dhtmlxGrid_v20_pro_81009.
And, how I change the label “Total Quantity” from the footer, (I need change this label in many language, then I need put this definition from the XML)
but I can’t because when I put any definition in the XML (in the param from the attachFooter), the footer is scrolling down every time
Footer allways appears under the grid container, not under grid header or somewhere else
>>I try whit many param combination in the attachFooter, but every definition has the same result or I have a javascript error
Could you please provide more information what java script error do you have?
>>I want to sum the result in the header. My XML is like this.
If you need sum resul in the header, you can put #stat_total like the necessary column label or attach new header to the grid with attachHeader method.
Please find more information here
dhtmlx.com/docs/products/dhtmlxG … d_ccingrid