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
215
Problem with grid cell text wrapping
posted

Hey guys, thanks for all the help in the past!

This is a strange one.  I've condensed it down to a small sample project, hopefully you can see what I am seeing.  Basically, I'm expecting a long string inside a cell to wrap, AND for the row height to increase to accomodate the wrapped line.  Normal behavior, nothing tricky.

In some cases, it works fine.  In others, I get this:

 

Hope it makes sense what I'm asking.

Thanks,

Don

code.zip
Parents
No Data
Reply
  • 12773
    posted

    Hello Don,

    I think you can just perform the PerformAutoResize method of the same column that you use for displaying the long text. You can also use the TextTrimming property of the column to specify how the text will be trimmed in to the cell.

    See the attached sample for more details.

    I hope this helps.

    Sincerely,
    Dimitrina Gineva
    Developer Support Engineer
    Infragistics, Inc.

    SummaryView.zip
Children