Announcement

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

    IE11 and wrapping ListGrid Cells

    Is there a confirmed SmartGWT issue with ListGrid cell wrapping of text not working in IE11 where a listGrid column is defined with

    listGrid.setFixedRecordHeights(false);
    listGrid.setWrapCells(wrapCells);


    We see this functionality only working when we use computability mode and a browser prior to IE11.

    In v4.1 of SmartGWT we were getting around this by using "Emulate IE7" and older versions of IE (10 or earlier), but with v5.1 the workaround is not working.

    I saw one other post on the forum with similar language, but it was unclear if the author was only interested in wrapping column headers or cell contents.


    #2
    Same code works correctly in chrome.

    The smartClient seems to work in the showcase for both Chrome and IE11
    http://www.smartclient.com/smartgwt/...autofit_values

    I wonder if it has anything to do with being coupled with a LiveGrid or multiple sections
    Last edited by bkelly; 8 Mar 2016, 11:17.

    Comment

    Working...
    X