Hi,
I have two buffered grid on Ext.tab.Panel. I need to move some rows from one grid to other.
If application layout is rather complicated, try to move is failed with error:
Uncaught TypeError: Cannot read property 'insertSibling' of null
from the extjs:
all.last().insertSibling(nodes, 'after', true);
If disable buffered render for grids - all works fine.
If put buffered grids to Ext.panel.Panel - all works fine.
For get error in demo
http://ift.tt/1eb40bp
I have two buffered grid on Ext.tab.Panel. I need to move some rows from one grid to other.
If application layout is rather complicated, try to move is failed with error:
Uncaught TypeError: Cannot read property 'insertSibling' of null
from the extjs:
all.last().insertSibling(nodes, 'after', true);
If disable buffered render for grids - all works fine.
If put buffered grids to Ext.panel.Panel - all works fine.
For get error in demo
- select Grid1
- click to Id for sort by Id the Grid1
- select Grid2
- click to Id for sort by Id the Grid2
- select Grid1
- click to any row
- click to any row -> Got error
http://ift.tt/1eb40bp
Aucun commentaire:
Enregistrer un commentaire