无法在Kendo UI Angular网格中包装文本

时间:2015-05-28 15:35:21

标签: angularjs kendo-ui kendo-grid

我正在使用AngularJS Kendo UI数据网格,并且有一个列可能有长字符串值。我希望这个专栏包装它的文字。

以下是我控制器中gridOptions的列定义:

{
    field: "ErrorMsg",
    title: "Error Msg",
    type: 'string',
    headerAttributes: 'style="overflow: visible; white-space:normal; text-align:center"',
    attritbutes: { style: "overflow: visible; white-space:normal; text-align:left; word-wrap:break-word;" }
}

我已经探索了其他论坛提供的一些解决方案,但到目前为止没有任何效果。

更新:附加视图的屏幕截图。

enter image description here

0 个答案:

没有答案