解决datagrid汉字换行,数字和字母不换行的问题

<ASP:DataGrid   id="DG"   runat="server"   Width="10px"   Style="word-break:break-all"/>
加上style即可

其实只要存在英文和字母不换行的地方都可以加上此style:Style="word-break:break-all"

http://topic.csdn.net/t/20021105/15/1150314.html
原文地址:https://www.cnblogs.com/conan304/p/1527357.html