0

I have a jqGrid with a lot of columns, when I scroll the container on horizontal my buttons in the footer of the Jqgrid hide, I wish to make the footer Static so I could scroll and still be able to see the content of the buttons.

pandu
  • 3
  • 2

1 Answers1

1

Try the demo from the answer (see also this one and this one). It shows how to generate context menu which contains the same information which you included in the navigator buttons. I personally you one from the modifications of the approach and find in very practical. The user don't need to scroll at all. The user need just click right mouse button to do the same action. It's very practical in case of long grids with many rows or grids with many columns like in your case.

Community
  • 1
  • 1
Oleg
  • 220,925
  • 34
  • 403
  • 798
  • thanks man , I think that should help , the user will no more have to scroll back to edit, delete or add a row . – pandu Jun 05 '12 at 23:29