Hello,
I suppose you will maybe to use setTimeout in order to process the operatins correct.
Regards
Hello,
Please provide a lin k to the problem or prepare a test case.
Regards
Hello,
Why do you not consult the docs and demo, before to ask?
In demo there is example on how to implemet dynamic grouping, and in the docs there is a description of this method.
Just look of them.
Regards
Hello,
Unfortunatley I do not see how this can be done in the current implementation.
Maybe you can try to play with jqGridGroupingClickGroup (onClickGroup) event which occur when you click a group.
Regards
Hello,
Sorry, but I'm not familiar with this too. Maybe other people can help.
Regards
Hello,
Navigator options including filters are not part of the grid. You will neeed to create your own jsonstring. See the code for exportGrid (it uses a very simple code) or use importComplete to build the navigator when
Hello,
The problem you have is that you try to create the new grid on existing grid.
That is: the grid can not be recreated again if it is created.
Possible solution (tested):
Use GridDestroy to remove the old grid or just remove the old grid.
Create new table element and apply the gridImport to it.
Enjoy
Regards
Hello,
Not sure I understand how you want to change this url.
Do you use some serevr side language.
The most easy way to do this is to creste a varible
var
Hello,
In your code you call two times delGridRow – one time separatley with the method delGridRow and one time indeirectly throught the navGrid. navGrid call again delGrid row.
In order to do what you want you will need to comment or delete the line with
$(“#list2″).jqGrid('delGridRow', selID, {url: '/QMSWebApp/DCRIndexDeleteServlet'} );
and do this
$(“#list2″).jqGrid('navGrid','#pager2',{edit:false,add:false,del:true},
{},
{},
{url: “your_url_here”}
);
More you can find here
Regards
Hello,
The 3.4 version of jqGrid is not supported.
Regards
Hello,
It is really dificult to me to understand the problem.
Can you please prepare a online example and describe a step by
Hello,
You can use cellattr colmodel event or gridoptions rowattr event.
More you can find here
P.S There is no description for rowattr, but if you think that it can help please let me know. I will try to document it during a weekend.
Regards
Hello,
Can you please reproduce the problenm in our demo?
Also if not can yo please post e test example or send it to me to see what is happen.
I'm unable to reproduce this.
If you obtain data from remote server, please check your response when you reload the grid.
Regards
Hello,
Glad to hear this.
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top