Tuesday, July 8, 2014

Re: DataGrid header style has problem in IE8

Please apply column width of datagrid.setColumnWidth method it will set header fix and white space will not display.

Example  datagrid.setColumnWidth(projectCode, columWidth + "px");

On Tuesday, 4 December 2012 13:48:17 UTC+5:30, tong123123 wrote:
as shown in the attachment, in IE8, in datagrid header, even I set the <thead> element background color to #bcee68, the result is just separate <th> in the <thead> is change background color, not the whole <thead>
I found this problem only occur in IE8, but not in firefox.
also, this problem will not occur when first load the page or the datagrid's row has contents, the problem only shown when the search button is pressed and no result return.

How to solve it?

I try to set the background color of <table> element inside datagrid, but this will cause the background color of the  label "record not found" changed also.


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment