Hello,
You can set it as grid option like this:
…jqGrid({
…
prmNames : {npage:some_value},
..
});
Regards
Tony
Hello,
Right now I see. humm – Can not look at the code right now, but we bind a click to the table too.
Try this:
jQuery.jqGridChange = function(grid){
…
return false;
}
Hello,
I do not think that is a jqGrid problem. Check your code.
Especially for you I have update the demo so that some notes contain &
Best Regards
Tony
Hello,
Nothing strange here. Also when I say to look at the response I mean check what values you have aftre the first call only for those parameters: page, total, records – I think that some of these is not correct
Regards
Tony
Hello,
Sorry, but I really do not understand. Local sorting should work. What is actually the problem?
Regards
Tony
Hello,
You can disable the build in delete dialog, but you can attach a custom button in the pager and use the delGridRow method. In this case you can put what you want logic
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:custom_buttons
Regards
Create anoter column in colModel named prod_id and do not display it – hidden:true
Hello,
This entirely not jqGrid related problem.
Regards
Hello,
If I understand rigth there is s such method called restoreRow
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing#restorerow
Regards
Tony
Hello,
Sorry I do not understand
Tony
Hello,
The work is done in GitHub.
http://github.com/tonytomov/jqGrid/commit/5cd83824d4b700fb3d1545a904a7e099ba71c817
Regards
Tony
Hello,
Currently we check this bug
Best Regards
Tony
Hello,
You should look herehow to change the width
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing#editgridrow
Regards
Tony
Hello ben,
Thanks. As you said we should provide mechanisms and not ready solutions. Let say that after some time another user want that they want not to select a value
Best Regards
Tony
Hello,
I do not promiese, but will make a initial work.
Another thing that we must do is manipulating the sortings icons on the grid correct.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top