Hello,
My sub-grid is initialized like:
var $grid = {
width: 900,
height: 300,
flexHeight: true,
collapsible: false,
wrap: true,
hwrap: false,
resizable: false,
rowBorders: false,
numberCell: {
show: false
},
track: true, //to turn on the track changes.
scrollModel: {
autoFit: true
},
selectionModel: {
type: ''
},
//hoverMode: 'row',
editModel: {
saveKey: $.ui.keyCode.ENTER
},
showTitle: false,
showBottom: false,
(...)
1-The text in the sub-grid isn't wrapped when it's long although I'm using wrap:true
2- The localization isn't changed to pt-PT although I set:
$grid.pqGrid("option", $.paramquery.pqGrid.regional['pt']);
$grid.find(".pq-pager").pqPager("option", $.paramquery.pqPager.regional['pt']);