Hello,
The problem was disscussed before:
Please put
jQuery('#userRoleGrid').jqGrid('navGrid','#userRolePager');
in document ready and not after it.
jQuery(document).ready(function(){
Hello,
Looking into the example I think that if you set reloadAfterSubmit set to false (for add edit drel) everthing will be ok.
Regards
Hello,
Thank you for letting us know. We know about this bug and it is already fixed:
https://github.com/tonytomov/jqGrid/commit/937064855ce3678ac46174620c492719e51f2ef5
Regards
Oleg,
Thanks again,
This seems reasonable, but what about when we have 3 and more
Hello,
The rows should have uniquie ID – This is requirment in order grid to work properly
Regards
Tony
Hello,
Please look here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:grouping#limitations
Regards
Hello,
Thanks.
Could you please send me the translated woring file or use a GitHup to change?
Thank you.
Kind Regards
Tony
Thanks Oleg,
Fixed :
https://github.com/tonytomov/jqGrid/commit/ae851b9d2f1bc5a06560fb59b4915ac09de5afa4
Regards
Hello,
The grid configuration with simple response is ok.
(In which browser is this problem?)
Kind Regards
Tony
Hello,
You should maybe receive a error.
The problem may raise if these functions are not visible from the grid.
Please, go into the demo and look into the following example how to realize this:
New in version 3.6 => Create custom input element.
This example run normally
Kind Regards
Tony
Hello,
As I see the sort does not depend on the grid, but in your script server side.
Regards
HEllo,
Currently this is not possible, but you can do a simple function which call the grid and bind keys and use this function in all your projects
Somrthing like this
function AllMyGrids( element, options )
{
$(element).jqGrid(options);
$(element).jqGrid('bindKeys');
}
and use it everywher in your project
Regards
Hello,
What you mean with
When I call my grid the column with those types comes back blank
Kind Regards
Hello,
Thanks. Glad that you have resolved the problem and happy that you post the solution
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top