I have an extended grid. I need to use grouping, doesn't matter if it's remote or not. Grid behaves like grouping, but doesn't show the collapsible field. Shows anything like no groupin, but can't sorting by other columns.
I have sorters
, groupField
, features
, and
var groupingFeature = Ext.create('Ext.grid.feature.Grouping',{
groupHeaderTpl: '{columnName}: {name}',
hideGroupedHeader: true,
remoteRoot: 'projektname',
startCollapsed: true
});
Is it a bug?