how to wrap text in boundfield column in gridview

后端 未结 3 802
灰色年华
灰色年华 2021-01-01 01:45

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

3条回答
  •  庸人自扰
    2021-01-01 01:58

    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

提交回复
热议问题