Hello,
It is simple, just call your own ajax when you click the custom
button – you can get the url
and all the needed parameters with getGridParam
Regards
Tony
Hello,
I will try to test this and maybe change the show with .show(“fast”).
Not sure if this will help, but …
Regards
Tony
Hello,
When adding custom buttons, they can be added at first or
at last position. See docs
Regards
Tony
Hello,
I think,
Matthew,
Thank you very much for this. I will include the fix in the next release.
Best Regards
Tony
Hello,
Currently this is not possible. I think that attaching custom
button for this purpose is a good idea.
Regards
Tony
Hello,
For the navigator there is a object
Hello,
Actually this is a bug.
the problem is in this condition:
if(rowid==”_empty”) $(“#pData, #nData”,”#”+frmtb).hide(); else $(“#pData, #nData”,”#”+frmtb).show();
Which is called after beforeShowForm and afterShowForm events.
The simple solution is to move this condition before these events, on both places where the form is constructed and after when it is shown.
Thank you all for this.
Regards
Tony
Hello,
What is empty – the posted data or the request from the server?
If you look into the request in FireBug – yes it is empty – I do not
return any value, but if you want to see the posted data you
should clich on the Post tab in FireBug, not in the Request Tab
Also do you have experiment to get the values server side?
Hello
All what you ask here is allready done in jqGrid.
As for good looking form you can construct your own using the
CSS properties.
Also please go in the demo pages and look what jqGrid can do
for you.
If you want to donate you can contact me:
tony at trirand dot com
Regards
Tony
Hello,
Not sure when will be the next release. I'm little busy in the
moment. Yes there is problem to implement drag columns.
The problem is not that I can't implement draging, but when we use
no named data to load the cells – I this case I do not known where
to put appropriate cell (since of dragging)
Regards
Tony
Hello,
Not tested, but you can try to use setCell method where you
can add a class which does not wrap the contents of the cell.
Your approch IMHO is not applicable.
first you create textarea and the you edit the created textarea again.
Regards
Tony
Hello,
The simple way is to create existing empty file in the server and set this file
in the edit url.
Like the demos in this site.
Regards
Tony
Hello,
This will hide all your forms when you have more than one grid.
Now I will check this. By the way could you please test with
this
beforeShowForm : function(formid){
$(”#pData”,formid).css(“display”,”none”);
$(”#nData”,formid).css(“display”,”none”);
}
Hello,
You can write your own function for this purpose.
All currently editable rows have a class = editable.
You can grab these ids and nake a saveRow in loop.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top