Good morning everybody,
I'm developing a project with a lot of jqgrid using jquery 1.10.0 , jquery ui 1.10.3 and jqgrid 4.5.2.
My problem is that, just for one grid (others work) I can't refresh json data.
This grid is refreshed when I select a row in another grid. The first time data are correctly loaded but the second time, data are loaded and the display 'loading' stays. Then if I try to refresh the grid another time, there isn't any http request sent.
Drag&drop and sort is also use in this grid.
As you can see in the code below, it's a little bit complicated because I first created the grid with local data ( just for have html DOM created and no request if data are not needed) and then I refresh data with datatype 'json' .
Code which create grid
// grid tab caracteristique
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top