Hi, if I have a URL that is bigger than the width of the cell, when I click in cell i just get a scrollbar. I am including a picture that might explain it better. How can I resolve this?
then
Thanks.
Hi,
When the text in the cell is bigger than the cell, a scrollbar shows up to allow the user to scroll. In this case, it looks like the row height is not big enough to show both the text and the scrollbar, so the scrollbar is obscuring the text.
So one way to resolve this is to make the row taller.
Another way would be to turn off the scrollbars and simply let the text be clipped. To do that, I beleive you will need to create an UltraFormattedTextEditor control (if you are not already doing so), turn off the ScrollBars on that control, and then assign it to the EditorComponent property of the column.
Yes, we are using the UltraFormattedTextEdtor. If we turn off the scrollbar and clip the text, will the link still work when they hold ctrl and click?
Assuming that some part of the link is visible in the cell so they can click on it, yes, the link should still work.