Announcement

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

    Height misalignment between frozen and non-frozen column heights

    Hi,
    I have a few frozen columns in my listgrid. I now encounter one cell which contains content with a line break. This breaks the height alignment between the frozen and non-frozen columns (see screenshot). i don't set the fixedRecordHeights explicitly (so it should be true). So I expected this to work fine. I don't have virtualscrolling property set either.

    Could there be other settings which influence the fixed record heights and which do not work with frozen columns?

    gr. Martin
    Attached Files

    #2
    If you want clipping, and you have wrapped content but aren't using wrapCells:true, you need to explicitly tell the grid to enforceVClipping.
    Last edited by Isomorphic; 25 Jan 2011, 17:39.

    Comment


      #3
      Yes indeed this works, thanks!

      gr. Martin

      Comment

      Working...
      X