Hello,
The rest of docs says:
When the find button is clicked, jqGrid adds three parameters to the url,
in name=value pairs:
Hello,
maybe you should check your script – also try first without jqGrid – what is
the result? The reasons could be 1001.
Regards
Tony
Hello,
Do you have checked the *standart* way?
I think it shouldl work, since after getting the json data I make a standart
javascript eval on the request which bring you to what you want.
Regards
Tony
It is corrected in the last version.
Hello,
If poosible could you please prepare a test page for this. If you can do this
please include the development version of jqGrid.
Kind Regards
Tony
Hello,
I make a decision to add parameter in common grid params which
check the state of the grid. Maybe it name will be
gridstate with values – visible or hidden. This way we can check the state
of the grid with getGridParam.
Regards
Tony
Hello
Do you add class “scroll” to that table before
Hello,
I will add this in the ToDo list. Currently I work an synchronization
of very usefull modules contrubuted from the community.
Regards
Tony
Hello,
To be a honest never try to construct this, but I hope that
Hello,
I think that this is a “little” difficult. Printing from html is a not trivial task.
You can construct you own printing function. You have all the needed
data and can construct what you want.
Regards
Tony
Hello,
I think that the problem is here:
var selRecords
…jqGrid({…
datatype: “clientSide”
…
}).setGridParam({datatype:”xml”}).trigger(“reloadGrid”)
When you disable the focus as of my previous post you can play
with oneditfunction which calls the datepicker –
just try to play with this 
Regards
Tony
See my previous post
As you see all work in this case. The problem is that the date field
is first fileld and jqGrid set the focus to the first field, but suprise we have
datepicker which unbind the focus from jqGrid.
You can resolve this if you disable the focus in jqGrid
just comment line 41 in grid.inlinedit.js
I will make this as defaults since there are other problems with this.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top