Hello,
Even after trying this,it does not work.We tried lot of other
things( ad hoc and using suggestions from various discussions on this
board),but it does not work even in IE7.Any suggestions/tips are
WELCOME.

Thanks.


---------- Forwarded message ----------
From: "Sanjiv Jivan" <[EMAIL PROTECTED]>
Date: Jan 22, 8:18 am
Subject: Grid/Table headers not rendering properly in IE
To: GWT-Ext Developer Forum


Try calling grid.adjustColumns() after the grid has been rendered.

Sanjiv

On Jan 21, 2008 8:24 AM, gwt_m <[EMAIL PROTECTED]> wrote:



> In our EXT Application Column headers are not rendering properly in IE
> though we are explicitly setting AutoSizeHeaders on GridConfig()..it
> works fine in mozilla...we tried almost everything for this..Please
> find code below..'
>  GridConfig cfg = new GridConfig();
> cfg.setMonitorWindowResize(true);
>  cfg.setAutoSizeColumns(true);
>  cfg.setEnableColumnMove(true);
>   cfg.setEnableColumnHide(true);
>          cfg.setAutoSizeHeaders(true);

> //Using GridConfig to Create the Grid

>           grid = new Grid(tableName, gridTableWidth, tableHeight, store,
> columnModel, cfg);

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to