It used a function in interactive grid column aggregate sum function this help me to show grand total of column .
function(options) {
options.defaultGridColumnOptions = {
aggregates: ["SUM"]
};
return options;
}
after using that function in javascript initilizer code i want a label like "TOTAL" in my last cell of first column how do i write?