JQGrid rows disappears after initial loading...
Asked
Active
Viewed 112 times
1
-
It seems to be the exact duplicate of your previous question. – Oleg Dec 18 '15 at 07:41
-
I mean that the rules of stackoverflow don't allows to post the same question multiple times. Your question can be deleted and your account can be blocked. I recommend you to delete the duplicate question. You can edit the previous question by clicking on "edit" link which you find under the text of your question. – Oleg Dec 18 '15 at 09:54
-
I posted you already the link to [my old answer](http://stackoverflow.com/a/9047197/315935) in comment to [your previous question](http://stackoverflow.com/q/34350178/315935). I think it's close to what you want to implement. – Oleg Dec 18 '15 at 10:12
-
Can somebody provide me a solution, why the rows disappears in initally..I have nothing done related with sorting.. – Earth Dec 18 '15 at 11:03
-
One can help you only if one knows what you do. You didn't posted and code or the demo. How you imagine somebody can help you? – Oleg Dec 18 '15 at 11:05
-
As I am working for high secure major client, data and code logic / pattern security must be kept secured. I need the cause for this problem (_JQGrid rows disappears after initial loading_) and I will check on my code. – Earth Dec 18 '15 at 11:46
-
Is your code secure? Is your code logic so genial that nobody else should see it? I think that you are able to solve all problems yourself in the case and you don't need to ask other why you code works incorrectly. I suppose that the rows disappears because you use jqGrid in the wrong way. – Oleg Dec 18 '15 at 11:50
-
CLIENT does not want their asset(`code`) in PUBLIC..If I posted here, it will be in public. Its OK. I am using the jqgrid as I worked in my previous applications which are working well. I need in which area of jqgrid(that is `onloadcomplete` or `gridcomplete` or `somewhere`) where and what to check for this records disappearing problem that too only initially.. – Earth Dec 18 '15 at 12:04
-
Possible duplicate of [Is it possible to stop a JqGrid from flickering on reload?](http://stackoverflow.com/questions/2106552/is-it-possible-to-stop-a-jqgrid-from-flickering-on-reload) – Paul Sweatte Apr 27 '17 at 17:17