Hello,
Which version do you use?
Also in you form maybe you should define :
Regards
Tony
Hello,
Not sure what you exactley mean, and not sure if this is a jqGrid problem
Regards
Tony
Hello,
Suppose this is not possible with jqGrid.
You should have a faster network connection, not busy database and at last if you load not much data it will work – not sure if I understand the problem.
Regards
Tony
Hello,
Make the field editable and use beforeShowForm for edit and for add
for edit
beforeShowForm : function(formid)
{
$(“tr_idName”,formid).hide();
}
for add
beforeShowForm : function(formid)
{
$(“tr_idName”,formid).show();
}
Regards
Tony
Hello,
The file is the same as in version 3.6.
Maybe you will need to remove only the
item
Regards
Tony
Hello,
Yes, but I recommend you to see other fixes and upgrade to them
Regards
Tony
Hello,
It depends how many data you loop.
Tony
Hello,
Could you please read this carfully from the beggining to the end.
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:jquery_ui_methods#column_chooser
I think this ia installation problem.
Best Regards
Tony
Hello,
There are a lot of solutions, but the problem is where you want to add the parameter – to the grid url or to the editurl options?
In first case you can use setGridParam and use postData array
In second case you can use editData array if you use form editing,
but as I again say – with so little information not possible to help.
Regards
Tony
Hello,
Which version of FireFox?
Also maybe you can try to send
response.setContentType(”application/xhtml+xml”);
But I'm not sure if this is the problem.
Regards
Tony
Hello,
Use addRowData and edit that row with editRow.
Regards
Tony
Hello,
This is not possible due the fact that parse can be replaced with your own one.
To simplify this you can add this in your labguage file like this :
$.jgrid = {
Hello Przemek,
We kindly apologize for this. The reason is that we are moving to Linode VSP and it was quite possible that during the move we lost your message.
If possible could you please retype your post.
Kind Regards
and sorry again for this
jqGrid Team.
Hello,
Thanks. Fixed.
Could you please try and let me know if all os ok.
Best Regards
Tony
Hello,
You should use searchoptions and set here searchhidden to true – i.e
searchoptions :{searchhidden:true}
This is due to correction of bug in 3.5.3.
For more information see here:
http://github.com/tonytomov/jqGrid/commit/237d25abc43b81a509960d04a675bf5fb7295260
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top