Hello Oleg,
The bug that you mentioted with the last sortable column is fixed.
http://github.com/tonytomov/jqGrid/commit/211a655fda8b4837342a5a5c781547f2e2889c22
Actually this is not a fix, but rather we change some options in UI sortable widget.
Best Regards
Tony
Hello,
This is only for the page – if you want to use other params do it so:
$(“#mygrid”).setGridParam(…).trigger(“reloadGrid”,[{page:1}]);
Regards
Tony
Hello,
Sorry, but this is not jqGrid problem and this issue is discussed many times here:
Short:
1. Your html page should have appropriate meta for your language.
2. When you insert/update/delete your connection should have the appropriate caharcter set – in mysql this is done with SET NAMES command before doing evrething.
3. Your database should be encoded in the appropriate way.
4. When you send the output to the grid you should set the appropriate headers.
Hope this helps
Regards
Tony
Hello,
Thanks. I forgot to revert it back. The reason is that I have make demonstartion for some other user.
Best Regards
Tony
Hello,
In order to do this you should set the appropriate datatype for this purpose – json or xml – i.e
$(“#mygrid”).setGridParam({datatype:'json'}).trigger(“reloadGrid”);
Regards
Tony
Hello,
IMHO this is not jqGrid problem. We have a wide range of events to do what you want,
Hello,
As I again and again say – I do not have Idea when I do not say the code and a lot of additional information
Regards
Tony
Hello,
First you can look here for the grid parameters:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options.
Second I'm very interested tosee your code if possible.
Best Regards
Tony
Hello,
Thanks for sharing this information.
Instead I have fixed some issues regarding selects. They are in GitHub, if you have interest you can test it.
Regards
Tony
Hello,
This happen in certain configurations.
Will be fixed. In order to determine the problem more easy, could you please post the (or send me the page) where this happen?
Note – the entrie page.
Best Regards
Tony
Hello,
Gary – IMHO there is something that brakes this. In order to izolate the problem just try with jqGird jQuery and jQuery UI files and css and remove any other CSS files
Best Regards
Tony
Hello,
Currently no, but in the upcomming release we will do something for the titles – i.e you can use custom formatter to show what you want.
Regards
Tony
Hello,
If your code work as you want then this is great.
Best Regards
Tony
Hello,
Here we are:
Set this in ajax in order to work:
function usercheck(value,username){
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top