Hello,
I think this is a user contributed module and we do not support it.
Regards
Hello,
This is known problem in virtual scrolling (if I understand right the problem).
Unfortunately there is no fix for this.
Regards
Hello,
Check how and where you call the jqGrid. You can post your problem page here in order to see where the problem is.
Regards
Hello,
Be a sure you loaded the jqGrid javascript files in the head section.
Check if the path to the file is correct.
Regards
Hello,
JqGrid does not support at all multi editing records.
Regards
Hello,
Usually the search is done server side. If you use local data you will need to look at srcformat and related options in colmodel.
See docs
Regards
Hello,
When editing with select jqGrid search on on value and displayed text at the same time and if it find the first element it becomes selected.
I recommend you to make your text different in order to solve the problem.
Hint you can add spaces in order to differentiate the equal names.
Regards
Hello,
Thanks. Will look at the code later this weekend.
Regards
Hello,
The reload parameter if set to false does not reload the grid only if you are in the same sortname and same sortorder – this mean is your current grid setting is : column1 and the sortorder is asc, the grid will not be reloaded only if you
In all other cases you will got with reloading.
Please look here
Regards
Hello,
I’m not sure that I understand the problem.
Regards
Hello,
In order to send the first page do so
Regards
Hello,
The form editiong does not support local editing. You can use inline edit for this purpose. See editurl option on how to point to local editing.
Regards
Hello,
You should fix the second problem with the response. Do you have fix it.
I have a working demo with your json response, but fixed.
Kind Regards
Hello,
The idea to call sortGrid in loadComplete event is very dangerous. You will go to infity loop.
The reason for this is that sorGrid call again populate . When you populate you call loadComplete, which call again sortGrid and so on.
I think the best idea for this purpose is to use setGridParam to change the sortname parameter and sortorder one.
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top