Hello,
There is solution for this in the forum.
Before construct the grid call gridUnloadMethod
$(“#mygrid”).GridUnload();
$(“#mygrid”).jqGrid({…});
Hello,
Where is this code?
Regards
Tony
To read documentation
Regards
Tony
Hello,
We do not have formatter for the subgrid. Make the format server side.
Regards
Tony
Hello,
Note that the data returned for the subgrid little differs of those for the grid. See demos and documentation.
Regards
Tony
Hello,
Look at cellLayout option in the grid options IN THE DOCUMENTATION
Regards
Tony
Hello,
Did you mean
jQuery.jgrid.edit or jQuery.jqgrid.edit – there is a difference
2. I think yes this is possible
Regards
Tony
Hello,
No.
Tony
Hello,
You should :
Query(”#tmpTable”).setGridParam({postData: { search:true,…
instead of
Query(”#tmpTable”).setGridParam({postData: { _search:true,
When serch is true we post _search name which is configured
Hello,
1. http://www.trirand.com/jqgridw…..rch_config
caption can be set in the method.
2. in the search method options you can (I never try this, but it should work) :
$(”#mygrid”).searchGrid( {
onInitializeSearch : function (formid) {
$(”.fields select”,formid).val(”myname”);
// where myname is the index (or the name) from colModel
}
});
3.
Hello,
Which version do you use? Also in 3.5 this should work in inline edit.
Regards
Tony
Hello,
Could not reproduce.
In my tests I have the following:
1. Set jqGrid with datatype local, rownumbers to true .
2. Add record with addRowData and the trigger the grid.
All seems to work ok.
By the way which version is used?
Regards
Tony
Hello,
It can be a design problem. Maybe you should make a grid a little wider.
Regards
Tony
Hello,
Not sure if we should consider this as bug. Is FireFox 3.7 offical relesed?
and as usual I have so little information
Regards
Tony
Hello,
Also one possible solution is to use cockies and gridExport method. The grid export method will export the current state in grid as JSON string which can be asy loaded.
I'm not sure that this will do the job, since of cockie limitations – if I remember right it is about 4K.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top