Oleg,
If loadonce is true we directly set datatype local after the request and put the data in the local data array – i.e the sort after this is local. See here
Or you mean sort the data initially before to put it in the grid
Hello Oleg,
Good idea. Will try to implemet it.
Thanks
Tony
Hello Oleg,
You are absolutley right.
Will begin with this today.
Thanks.
Best Regards
Tony
Hello Oleg,
If I understand right you want to have loadonce: true as default!?
Not sure that this is a good idea (If I understand right)
Regards
Tony
Hello,
Thanks. Good idea, but I want to add not so much code and do more things.
So I added the valref as parameter to the custom_func.
In your code your code to get the name from colmodel you just do
custom_func : function( val, label, colIndex) {
…
var colnm = this.p.colModel[colIndex].name;
…
}
Hope this is more usefull.
Thanks
Tony
Hello,
Thanks. Added.
Tony
Hello,
Try to set higger z-index of jqGrid form.
Hello,
It is very difficult to read your code.
Regards
Hello,
The n is already added in version 4.4.4. We missed f .
Now I have added this and the change is in GitHub.
It will appear in next release.
Thanks
Regards
P.S. Also fixesd in other modules
Hello,
A very very simple test to this is:
Just do not use jqGrid, but add fome data manually in the tables and see the result.
Glad the problem is resolved
Regards
Hello,
As from the last version you will need to return the grouped data sorted in appropriate manner.
everthing on this is described in the docs – you will need just to read it.
Kind Regards
Hello,
In your case I think you should set repeatitems to false and not to true,
Replace the jsonReader with:
…
jsonReader : {
Hello,
Ignore the post that you comment. It was my mistake – the answer should go to another user 
Regards
Hello,
Many thanks the way you describe the problems. If every jqGrid user describe the problems this way we can help in time 🙂
Now the problems:
1 and 2 These are not a bugs, but “feature” (i.e the grid works this way)
To explain the situation – the grid reads the paging on portions.
If this portion exceeds the limit it clear the grid data and continue to add the next/previous page.
In your situation the grid clears the data on first page and thus the edited row. (The cleared row can not be saved and edited again when we are back with the scroll)
I hope you understan.
Hello,
Sure there is, please read the docs in order to get 90% answers of your questions.
Enjoy
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top