Hi, I created a grid with 6 columns. I want to have grouped column header (for col 1,2 and3) and second grouped column header(for col 4,5,6). i followed the sjivan's post in the below link.
http://www.gwt-ext.com/forum/viewtopic.php?f=5&t=12 here is my code dummyGrid.setStore(store1); dummyGrid.setColumnModel(columnModel1); dummyGrid.setTitle("Editor Grid Example"); dummyGrid.setWidth(500); dummyGrid.setHeight(70); dummyGrid.setFrame(true); grid.setStore(store); grid.setColumnModel(columnModel); grid.setWidth(500); grid.setHeight(400); grid.setFrame(true); grid.setClicksToEdit(1); gridPanel.add(dummyGrid); gridPanel.add(grid); panel.add(gridPanel); panel.doLayout(); my problem here is grid is getting created before than the dummyGrid. Am I missing anything here. Please help me in solving this. Thanks, Susmitha. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
