ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: rsgmedia on October 15, 2018, 07:53:11 pm

Title: Grid Width
Post by: rsgmedia on October 15, 2018, 07:53:11 pm
Hi,

We have kept the grid on 100% width, but somehow when it draws for the first time we notice there is a small gap between the grid right border and right container border. If we redraw the grid after that it would readjust the width. I am showing you two screenshots of the grid, which show both the scenarios. Any idea to have the grid drawn to complete 100% width.
Title: Re: Grid Width
Post by: paramvir on October 16, 2018, 03:49:49 pm
What's the height of grid. Does grid container change its width after pqgrid is rendered.

You can try a second refresh of grid in complete event.

Code: [Select]
complete: function(){
  this.refresh();
}