Author Topic: Grid Width  (Read 1716 times)

rsgmedia

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 50
    • View Profile
Grid Width
« 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Grid Width
« Reply #1 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();
}