Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid alignment problem in IE11

    We are experiencing a strange problem here.
    We use ListGrid to display table data. The data rows display fine in Chrome and Firefox. However, in IE11 we see that only when a specific columns data is longer than the column width, the data is wrapped around (we haven't specified anything specific to this column to display the data wrapped or otherwise). Please see the attached image. When we highlight the row, that highlighted row appears to spill over to next row only when the value in a specific column has overflowed.

    In the attached image, please see there are 8 columns. 7th column data is wrapped around (value being "0 No Response") and you may observe that the 2nd highlighted row is spilling over to the next row. When we examine the http element of that column, we are relying on the default CSS as shown below.

    <td width="97" height="22" align="left" class="cellSelectedOver" style="overflow: hidden; padding-top: 0px; padding-bottom: 0px; white-space: nowrap;" unselectable="on">0 No Response</td>

    Appreciate any suggestions on how to handle this for IE11.
    Attached Files

    #2
    What do you mean by highlight - rollover, ListGrid.hilites, or something else?

    Do you have the correct DOCTYPE and no <meta> tags for old browser emulation (see FAQ), and have you eliminated all 3rd party CSS (see FAQ)?

    Comment


      #3
      Originally posted by Isomorphic View Post
      What do you mean by highlight - rollover, ListGrid.hilites, or something else?

      Do you have the correct DOCTYPE and no <meta> tags for old browser emulation (see FAQ), and have you eliminated all 3rd party CSS (see FAQ)?
      We had specified meta tag with browser="IE=edge". Removing that meta tag has resolved the issue. Thank you very much.

      Comment

      Working...
      X