I ran into the same problem as mentioned in this thread:
http://forums.infragistics.com/forums/p/58631/345593.aspx#345593
However, I don't know if you monitor old threads so I thought I'd drop a breadcrumb here.
I am willing to provide the source if you want it.
Hello,
Thank you for your post. I have been looking into it and I can say that if the string contains different words, the default behavior is to carry the whole word to the new line, not just a letter from it. Please let me know if this helps you or I have misunderstood your question in some way.
Looking forward for your reply.
As you can see from the first screen shot, there is plenty of room in the columns to accommodate the width of the data, yet the data is truncated.
The blank fields under Packet should say "OB Packet # 2" and they never are displayed, no matter how small I make the column.
I have been looking into the files you have sent me, but there are assemblies that you are using which I don’t have and I wasn’t able to run it, so could you please send me an isolated runnable sample project, where this is reproduced, so I can investigate it further for you.
We found if you remove the EditorStyle specifying TextWrapping = "Wrap" then it will not truncate data as long as the column is wide enough to accommodate the contents. This is not a solution because the user may overlook data if the column isn't wide enough but we thought it was worth bringing to your attention.
I added the source to my original post. It's a user control.
Hello Howard,
I have been looking into your screenshots, but since I am not completely sure what are your data’s Property types and what exact setting have you made, could you please send me an isolated sample project, where this issue is reproduced, so I can investigate it further for you.