Oh, what a shame, i haven't thought about it. Comparing to the demo code helped.
The problem was that I've setAutoWidth(true) to my grid with combination of GridView with ForseFit set to true. In IE7 my grid's width automatically was set to smth like 3000 px :) and force fit "fitted" columns to fill the whole grid. so when I set grid width to static value everything is OK. Thanks for help! On Sep 26, 12:56 pm, alberto33 <[EMAIL PROTECTED]> wrote: > Sounds like a problem with the Layout class you are using. My > recommendation is to compare you code with the demo example and see > what you are doing different. > > Check out: > > http://gwt-ext.com/demo/#editableGrid > > On Sep 24, 7:50 pm, sabaka <[EMAIL PROTECTED]> wrote: > > > Hi everybody, > > > I have a problem with setting column widths of EditorGridPanel in IE7. > > I set all columns to 100 px width when creating my ColumnModel for the > > grid. In firefox everything works fine, but in IE7 all columns' width > > becomes ~600 px. As I noticed it doesn't depend on what width I've set > > - columns are always huge. I'd like to notice that in not editable > > GridPanel columns' width are OK. > > > any ideas? > > > this is a real show stopper for me as the whole project is already in > > testdrive state. > > > Regards, > > Aleksandr > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
