tags:

views:

13

answers:

1

When I load jqgrid first time everything is ok. When I reload it, buttons are show twice. How to fix it? Is it a common problem with jqGrid? I can't post screen to show it :-(

A: 

I have seen this before where I had a jqGrid on a jQuery Tab, and the jqGrid was initialized each time a particular tab page was shown. The fix in that particular instance was to use a variable to track when the grid was initialized, and only create it the first time the tab is shown.

Does that help at all? If not, perhaps you could provide more information about your grid and how you are reloading it.

Justin Ethier