ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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.
-
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.
complete: function(){
this.refresh();
}