Multiline Support In Kendo Ui Grid
I am having a column with following definition in Kendo UI Grid fields: { column1: {type:'string',editable: false}, } columns: [ {field: 'column1',title:'Column1',width: 6
Solution 1:
Style the cells with white-space: pre-line
. This will collapse most whitespace, but line break at newlines (plus on <br/>
).
Post a Comment for "Multiline Support In Kendo Ui Grid"