Hi guys,
I've created a summary row very simple to your demo. The only problem I have that the column is fixed size and the data is wrapping for all rows but summary.
var obj = {
width: 1200,
height: 400,
wrap: true,
......
colModel: [
{title:"WO Descirption", minWidth:200, dataIndx: "wodesc", dataType:"string", resizable: false, align: "center", wrap: true},
......