1

I wanna grid in jqGrid should vary its size dynamically depending on the window or browser size. Is there any way to achieve the same. Any help will be appreciated and thanks in advance

Oleg
  • 220,925
  • 34
  • 403
  • 798
hkv
  • 163
  • 1
  • 6
  • 15

1 Answers1

1

Just define autowidth:true option of jqGrid.

If you want have the grid width changed after the user resize the browser window you should call setGridWidth on every resize event (see Resize jqGrid when browser is resized?)

Community
  • 1
  • 1
Oleg
  • 220,925
  • 34
  • 403
  • 798