Hello,
For me everthing is working correct. You should check your server side code on how you accept the parameters from
the search dialog and how you perform the serch. Again in the demo package there is such one. Just look at server.php file from
the same package.
Best Regards
Tony
Hello,
Hello,
Thank you for this. This is one thing that should be corrected. For now we put the id hard. We plan to change this in a way that the user will set it in a way what they want. Maybe will be available in the next release.
Best Regards
Tony
Hello,
Look into the docs for
Hello,
Currently no, but in the next major release we plan to add a method for the pager – here you can define where and in which order the buttons should appear.
Best Regards
Tony
Hello,
Good point. Also for now not possible, but maybe one possible solution is to use the onSortCol event and depending on what this event return to enable/disable the remaining processing. Will think on this.
Thanks
Best Regards
Tony
Hello,
You will need to just look in the style tag.
If you enclosed the grid in a div named mydiv you can define in the style tag (after loading jqgrid css)
#mydiv .ui-jqgrid tr.jqgrow td { border-bottom: 0px none;}
Regards
Tony
Hello,
Yes this is possible, just see how to build grid as subgrid and your subgrid can have a treegrid option
Regards
Tony
Hello,
Do you have looked here?
Regards
Tony
Hello,
Thanks for this recommendation, but we prefer to have own one.
If you are interested about why not google groups, you can look here
http://ejohn.org/blog/google-g…..s-is-dead/
Best Regards
Tony
Edit: If you want to be faster in the forum in case you use FireFox, just disable FireBug and your browsing will be much much faster. The form here does not like FireBug.
Hello,
Yes it is possible too.
The class for the caption is named ui-jqgrid-titlebar – the common div for the entry grid is named gbox_ + the id of the grid.
In order to append and to do something in case the grid have id gridid
$(“.ui-jqgrid-titlebar”,”#gbox_gridid”).append(something)
Best Regards
Tony
Hello,
Thanks. Fixed. Also added default parameter to the options processing:false
Best Regsrds
Tony
Hello,
How do you call triggerToolbar? – there is a special case here.
Check Demos to see how to use it.
Regards
Tony
Hello,
This maybe occur if you have build the minified file using ant. I will check this.
Also if you use the download manager the first file is grid.base.
Regards
Tony
Hello,
I'm not sure what you expect to be a error in this case.
loadError is just replacement for jQuery ajax error.
Also if you run pure ajax with
$.ajax({
….
error : function(…) {
…
}.
…
});
it is the same as
…jqGrid({
…
loadError : function() {
…
},
…
});
Run the first code and see if the error occur.
Best Regards
Tony
Hello,
You will need to look for width, heght and dataheight here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing#delgridrow
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top