Hi,
Ext 2.0 Alpha 1, build 1080. Modify the Grid Grouping sample so that the view creation is now:
Code:
view: new Ext.grid.GroupingView({
forceFit:true,
enableNoGroups: false,
groupTextTpl: '{text} ({[values.rs.length]} {[values.rs.length > 1 ? "Items" : "Item"]})'
}),
When you click on any header's sorting/grouping arrow, the context menu is not shown and the following error is reported:
this.hmenu.items.get("showGroups") has no properties
line 30,625:
Code:
this.hmenu.items.get('showGroups').setChecked(!!field);
Let me know if you need any additional information.
Cheers,
JC