Hello,
Did you have looked at the docs?
Please, first consult the docs before posting.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules#editrules
Best regards
Tony
Hello,
This can be achieved easy if yo have already the total
…..
var enableedit;
if(total>500)
enableedit = true;
else
enableedit = false;
…navGrid('pager',{edit:enableedit…});
Hope you got the point
Regards
Tony
Hello,
Maybe you will need to look here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing
Best Regards
Tony
Hello,
Is there a way to make the editor only iterate over the rows that are selected when edit is clicked?
There is no such possibility.
You can disable prev and next buttons. There is new option for this, but available only in GitHub
Best regards
Tony
Hello,
If you use form edit you can get the value of the others fields
using $(“#mycolname”).val() – where the mycolname is the name from colModel.
For other id's names refer to the appropriate documentation to see how they are constructed.
Best Regards
Tony
Hello,
The url parameter is just url which is used in jQuery ajax call.
For more info refer here:
http://api.jquery.com/jQuery.ajax/
You can just thest this when you use your own ajax request to get the data.
Just try it – the result will be the same.
Best Regards
Tony
Hello,
The most of answers can be found here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:advanced_searching
Also reposition is possible. You will need to reposition the search dialog after it is created.
For this purpose you can use
$(“.ui-searchFilter”,”#mygrid”)
Be a cerefully since the search dialog is positioned relative within the grid container.
Best Regards
Tony
Hello,
Currently no. Will be in 3.7
Regards
Tony
Hello,
Maybe you missed to explain what rePosDrag() do
Regards
Tony
Hello,
You will need to provide the link to the problem in this case.
It is just easy to say not working!
Please in the future be a more concrete with the code and examples, only in this case you will have answer.
regards
Hello,
You will need to search this forum. There are a lot of such solutions regarding this.
Best Regards
Tony
Hello,
one approch is to use the same model that jqGrid uses for the language files
Regards
Tony
Hello,
Sorry it was my mistake. Of course it is a object.
If you know some property of this object you can
alert(request.myobjectname);
Best Regards
Tony
Hello,
Thanks Klaus – I will consider your recommendation.
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top