I had this issue in Ext 6.6, still an issue, here is the override I used;
Ext.define('Ext.overrides.grid.RowEditor', {
override : 'Ext.grid.RowEditor',
showTipBelowRow : true,
...
Type: Posts; User: gerardhoran
I had this issue in Ext 6.6, still an issue, here is the override I used;
Ext.define('Ext.overrides.grid.RowEditor', {
override : 'Ext.grid.RowEditor',
showTipBelowRow : true,
...