Попытался так сделать:
Ext.define("EwsOffice.view.altawin.grorders.Grorders", {
	
	extend: "Ext.grid.Panel",
	
	...
	
	bind: { selection: "{selection}" },
	
	tbar: [{
		text: "Import",
		handler: "onImportButtomClick",
		bind: {
			disabled: "{!selection}"
		}
	}],
Но это тоже не работает.