Hi,
I am using coldfusion 11.While using cfgrid,the lengthy text entered are shown in grid column with '..' at the end. So,not able to read the text fully.
Is there any option to wrap down the grid column text so that its fully visible and readable?
<cfgridcolumn name = "MyText" header = "Text" width="500">
Thanks