Попробуйте это обходное решение: function afterrender(sender, eOpts) { var me=sender; if (me.editingPlugin.isRowEditor) { me.editingPlugin.editorCfg.listeners = { show: function() { if (this.floatingButtons.getY() < 100) { this.floatingButtons.setButtonPosition('bottom'); this.floatingButtons.setStyle('clip', null); } } }; }; }