Yes. There are 2 kind of summaries, both can be used with remote and local data:
1. For manual summary with remote data, add summaryData option in the load event of the grid.
load: function(){
this.option( 'summaryData', summary_data_array );
}
2. For auto summary, define grandSummary: true in groupModel and add aggregate types in column.summary.type