Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Word wrapping
posted

I have my grid with star sized columns, and I need word wrapping on.  However, if the columns are star sized, the wrapped text does not automatically expand the row's height to display all of the text.  In the picture I have attached, the text in the second and fourth rows are supposed to say "Personal Representative", but the row's height is not expanded to show the text.  If I put a hard-coded number for the column width, then the row expands its height to accomodate the text's wrap.  Is there a way to have star-sized columns and word wrap?

Parents
No Data
Reply
  • 40030
    Verified Answer
    Offline posted

    Hi,

    Thanks for reporting this, the Grid rows should be growing to the largest cells height, however, there was a bug when the column is set to star sizing.

    This has been fixed and will be in the first service release.

    As a side note, since your columns are set to start sizing, you should set your RowHeight to Dynamic.

    Normally, what would happen is the grid would size a row to the largest cell, and that row's height will become that big, but will never become smaller than that.  However, since you have text wrapping on, the rows height might look awkward in those circumstances, which is why we offer a dynamic row height, which means if the the largest cell's height changes, the row will resize, even if its smaller.

    -SteveZ

Children