I want to show overflow-x. But I don’t know how to set option.
I use pqgrid in v.7.1.0
So. I coding in event for refresh.
..//
Refresh: function(event, ui) {
$(‘#grid’).find(‘.pq-body-outer .pq-grid-cont .pq-cont-right’).attr(‘style’, ‘overflow-x:auto !important’);
}
This code has problem. When refreshing grid, setting attribute.