I am using the code
function(options) {
options.defaultGridColumnOptions = {aggregates: ["SUM"] };
return options;}
for column total . i want to wite label "TOTAL" or "GRAND TOTAL" on the last cell of first column on my grid which i have item names. please anyone help me.