Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Poovarasan on Sep 02, 2009 03:37
open dhtmlx forum
Grant total in footer Place

Dear sir,

i need grant total in footer page.

i created the grant total like below.

tableData1 = tableData1+"<row id=\""+(x+1)+"\"><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>Grand Total</cell>#cspan<cell>="+newStr+"</cell></row>";

mygrid.loadXMLString('<?xml version="1.0" encoding="UTF-8"?><rows ><%=tableData%><%=tableData1%></rows>');

Here the Grant Total should be displayed in the footer . without the scrolling down i need grant total. I means the grant total should be constant in the footer place. while doing the changes in price filed , i am calculating the Grant total.

So please give the Suggession.

Answer posted by Support on Sep 02, 2009 06:29