Hello,
A missing DOCTYPE declararation make this not work. Also it does not work in FireFox 3.5 on Windows XP.
See installation instructions
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install
Regards
Tony
Hello,
Could you please try to accept your message with a simple ajax calls – not using jqGrid?
Mark,
Thanks.
No, sortable rows work just fine with one call to UI sortable.
The problem was for drag and drop a row from one grid to other – The jqUery UI does not accept this.
More here: http://dev.jqueryui.com/ticket/2405
Thanks
Tony
Hello,
I have modified the info_dialog function which simplify this process. The function will be ready for 3.6 release and will have only two buttons Ok and Cancel, where you can apply a callbacks to them.
By the way if you use jQuery UI you can use a dialog widget.
Regards
Tony
Hello,
The error speak very well that you should load a jQuery library in order to work all other.
Regards
Tony
Hello,
You can get the page from grid parameters using getGridParam. See options for the grid
Regards
Tony
Hello,
Not sure if I
Hello,
Maybe you can use onInitializeForm(call only once) or beforeShowForm (everytime the form is lunched) for add and edit actions (editGridRow) to remove the All option something like this:
Suppose the name from colModel is myselect
onInitializeForm : function(formid)
{
$(“#myselect option”,formid).each(function() {
if( $(this).text() == “All”)
Hello,
Could you please send me a link to the problem. I will test it in with FireFox 3.0.x and Ubuntu 9.04.
Thanks
Regards
Tony
Hello,
maybe you will need to use navButtonAdd which is described here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:custom_buttons&s=navbuttonadd
Regards
Tony
Hello,
For now it seems that you should set both values with pixels until I get it fixed.
Reagrds
Tony
Hello,
You can use loadComplete event and get the page number to add or remove the class ui-helper-hidden
Regards
Tony
Mark,
I really missed to check with scroll=1. Must shame, instead that is written by you so clear. 
It is going good for now. I will make tests for this, since I need this too.
Now I will go to look deep into what you have do.
Also some other good news – I have prepared sortableRows and drag and drop table rows between two grids (instead that jquery ui does not support this for tables) I need a more tests before pushing this into the Git.
Thanks
Tony
Mark,
As usual very good work.
I'm littlе divided about what to do.
Let me tell my idea (it is not a new one).
In this case may plan is to have a div and wrapper which should act as vertical scrollbar. The hight of the inner div can be calculated depending on the total rows and the height of the outer div should have the height of the grid . This way it will be easy for me to support RTL in all browsers, since not all (like Chrome and Safari support left scroll bar when we have RTL).
But the more common problem IMHO is when we have a relative big data – 10000-15000 rows- the rows still remain into the DOM
(You can just test this if you go into the demo New in 3.5 -> Grid View mode. Set this to have scroll to true and go to the last page – mybrowser tell me that there is not enoght memory)
I think that we should make this with inteligent rows (page) swaper requesting pages forward and backward, having a relative little data into the DOM.
What do you think about this?
Thank you very much again
Tony.
P.S. By the way there is a bug in addXMLData – you forgot to add a adjust parameter.
Hello,
$.extend($.jgrid.edit,{/*set here the values that you want to be global*/});
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top