Hi all!
Does anybody knows How to remove the "..." from the end of a cuted cell:
Thanks!
Hello Hugo,
Thank you for your feedback.
Please feel free to contact us if you need any other assistance in the future.
Sorry for the late reply.
The ellipsis appers cus my cell value were too long for the with of the column.
It worked! I went to my ISL file and change the Text Trimming property to None in all States, and now i don't have any "..." on my grids.
Hello HugoCore,
We are still following your thread.
Please feel free to let us know if you already resolve your issue or if you need any further assistance with it.
Hi,
These dots (ellipsis) are not displayed by default. So something in your code must be explicitly turning this one.
It could be turned on in code or via a Style Library (isl file).
The property that controls this is on the Appearance object and it's called TextTrimming. The property could be set on any appearance that affects the cell, so it could be the CellAppearance on the column or on the Override or possibly another appearance that affects the cells, like RowCellAppearance.
If it's coming from a Style Library, then nothing you do in code will change it, you will have to remove the TextTrimming setting from the style library itself. If it's a Style Library, then it would have to affect all of the cells in the grid, so if it's only happening on some columns and not others, that's an indication that you are setting it in your code, either at design-time or run-time (or possibly by loading a Layout into the grid's DisplayLayout).