i am having a boundfield column and in that column if i entered a string(without spaces) of length 15, there is no problem. But if the string is more than 15, the text is no
I had a similar problem, drove me insane. Turns out I had RowStyle-Wrap set false, which in turn was overriding the itemstyle-wrap in the boundfield column. Change your .aspx to