G
Guest
Hello,
I have a datagrid whose columns often contains long words. When such a word
is at the end of the column width, it doesn't display any part of the word
(i.e. removes the word completely). How can I change this? I want the grid to
show the part of the grid that fits, i.e.
This is a very long woooooooooooord
Current behaviour:
This is a very long | nextcolumn
Desired behaviour:
This is a very long wooo | nextcolumn
Thanks.
I have a datagrid whose columns often contains long words. When such a word
is at the end of the column width, it doesn't display any part of the word
(i.e. removes the word completely). How can I change this? I want the grid to
show the part of the grid that fits, i.e.
This is a very long woooooooooooord
Current behaviour:
This is a very long | nextcolumn
Desired behaviour:
This is a very long wooo | nextcolumn
Thanks.