Hi,
I have a WebDataGrid. The first column can contain a text with 64 characters. Usually there is now space character included. I set the width of the column to 200px. That is the result:
How can I force the grid to make a line break even if now space character is included?
I fixed the issue settings the Text of the cell with "<br>" in the initialize row event.
Hi ThomasHepp,
What you might try to do is play with the css of the cells. white-space might be the style you need to play with. I hope this helps.
regards,
David Young