Dear sir,
i need grant total in footer page.
i created the grant total like below.
tableData1 = tableData1+"<row id=""+(x+1)+"">Grand Total#cspan="+newStr+"";
mygrid.loadXMLString(’<?xml version="1.0" encoding="UTF-8"?><%=tableData%><%=tableData1%>’);
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.