Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dla3933

Pages: [1]
1
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.

Pages: [1]