google-code-export / gwt-ext-ux

Automatically exported from code.google.com/p/gwt-ext-ux
1 stars 3 forks source link

Grid's added plugin is deleted after reconfigure #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce the problem.
1. Create grid panel. 
   GridPanel grid = new GridPanel(); 
2. Add plugin
   grid.addPlugin(somePlugin);
3. reconfigure grid with new column model and store
   grid.reconfigure(newColumnModel, newStore)

Oh, God
Added plugin is not visible

Original issue reported on code.google.com by itmo....@gmail.com on 11 Nov 2008 at 1:04