javierdotnet / gwt-ext

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

Error msg:A Store must be assigned to the GridPanel. See setStore(..) ??? #378

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Iam getting this error. Im unable to sort out this issue.

The code snippet goes like this:

MemoryProxy proxy = new MemoryProxy(populateValues);  
         //GridPanel temp=new GridPanel();
         RecordDef
recordDef=mainDebuggerPopUpPanel.getTableCreationPanel().getRecordDef();
          ArrayReader reader = new ArrayReader(recordDef);  
         Store store = new Store(proxy, reader,true);  
          store.load(); 
          //temp.setStore(store);

mainDebuggerPopUpPanel.getTableCreationPanel().getMainTableGrid().setStore(store
);

Original issue reported on code.google.com by neetugir...@gmail.com on 29 Jul 2008 at 7:45

GoogleCodeExporter commented 9 years ago
This doesn't look like a bug. GridPanel should have a store assigned to it 
before
being rendered. Have you discussed this in the forums?

Original comment by abhijeet...@gmail.com on 20 Aug 2008 at 4:08

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 2 Sep 2008 at 3:42

GoogleCodeExporter commented 9 years ago
Yeah i got it done.. thnks!!

Original comment by neetugir...@gmail.com on 3 Sep 2008 at 9:58