Hello,
Thanks. This bug (I hope) is fixed in GitHub.
http://github.com/tonytomov/jqGrid/commit/196cd3894eca6bdedb7b59ce0df11dedaabc4ee8
Could you please test it?
Thank you
Best Regards
Tony
Hello,
You have 5 columns defined, but your response contain 6 like this:
{“page”:”1″,”total”:24,”records”:239,”rows”:[
{“id”:”1″,
“cell”:[“1″,”AF”,”AFGHANISTAN”,”Afghanistan”,”AFG”,”4″]},
…
Regards
Hello Klaus,
Thanks for this fix. I will test it and eventually include it in the code.
Best Regards
Tony
Hello,
Thanks. Will add this in todo list.
Best Regards
Tony
Hello,
Just set a grid option
..jqGrid({
…
height:'auto'.
..
});
Regards
Tony
Hello,
Thanks for the link.
Best Regards
Tony
Hello,
We are just in alfa release of this feature. We will make it offically soon.
Best Regards
Tony
Hello,
Please refer which version of jqGrid is used?
Hello,
The problem seems to not a jqGrid, but rather there should be some strange in your code.
Just google for this errro and you will see what can be the reason.
In order to reproduce – create just a jqGrid without any other code and try. If everthing is ok – try to add step by step the other code and see which causes this. Or do it in reverse order – substarcting non jqGrid code
Regards
Tony
Hello,
Thank you very much for this. The bug is fixed in GitHub
http://github.com/tonytomov/jqGrid/commit/2780c9e28a2a040540f5120d387168fe2766121c
Best Regards
Tony
Hello,
Thanks.
You can look here:
Also seems to be a problem with jQuery.
A quick look into jQuery code tell me that when a jsonp is used the method call his own complete callback ?!?? – really surprised.
We will try to support this with the next release.
Regards
Tony
Hello
The problem is that your onclick fire first and then onSelectRow which selects the value.
You should maybe not use onclick event for the table, but rather to use the onselectRow to do this.
Regards
Tony
Hello,
Welcome to jqGrid.
We recommend to follow this link when you begin with jqGrid.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:first_grid
Please do not try to copy paste the exmple, but rather than to understand what is happen.
Best Regards
Tony
Hello,
You can look in the grid css file – it is explained where to look.
Regards
Tony
Hello,
You can pas the id to the doBack() function as parameter
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top