correct me if I'm wrong..
I manage to get the footerrow data working.. but my problems is i can only view the total for the active grid.. meaning:
currently i hv six(6) pages of data.. and each page will only show the total for each page…
how can i show the GRAND total for the whole six page to be viewed as the total in every page??
which part of the code should i edit…
this is the constructing json data code..
$responce->page = $page;
$responce->total = $total_pages;
$responce->records = $count;
$i=0;
while($row = mysql_fetch_array($result,MYSQL_ASSOC)) {