Hello,
Put alert after every trigger to see what is happen.
Regards
Tony
Hello,
Use beforeShowForm event when in add mode to add the needed default values.
Regards
Tony
Hello,
You should configure the jqGrid loader to point to the right javascript files. Also read the docs how to configure the jqGrid loader to point to the right files.
If you have trouble with this you can include all the needed files manually. Remember to include first the language file.
Regards
Tony
Hello,
I do not understand right what is used – inline editing or cell editing? Both are diffrent things.
Regards
Tony
Hello,
If you have a button with a Id mybutton, then you can do (I suppose you want to use searchGrid from formedit) and you grid is with id mygrid then:
jQuery(“#mybutton”).click(function() {
jQuery(“#mygrid”).searchGrid( params );
});
where params is a set of parameters for this method. See the docs for searchGrid available parameters.
Regards
Tony
Hello,
I think there is a simple solution for this. Just emty the div where you create the filterGrid and construct it again with a new one with the desired select values, after two reloads.
Regards
Tony
Hello,
Thanks again.
Regards
Tony
Hello,
This error tell me that you do not have loaded properly the datetimepicker.
Use firebug to see if the datetimepicker is loaded.
Regards
Tony
Hello,
Maybe you forgot to include jquery document ready function here. Do it and I'm sure it will work.
Regards
Tony
Hello,
Thanks. What you mean “when we toggle jqGrid?”. Yes when you use the toolbar buton to show and hide the grid the toolbar is always shown and hide. To resolve this maybe you should use onHeaderClick(gridstate)
Hello Trevor,
Thanks for this. This is really true if multiselect and multikey are set. Now I will see what I can do to resove this issue.
Best Regards
Tony
Hello,
Maybe you should play with the toolbar div properties. There are not so much properties for this element in the grid.css (maybe you should play with the overflow property)
Regards
Tony
Hello,
Thanks. I know about this problem in google maps. There was such post before some weeks. I'm not sure If I make the correction this will not destroy other things. Also a strong testing is needed here.
Regards
Tony
Hello,
If possible provide a link to the problem or publish the code again with the xml data returned from server.
Regards
Tony
Hello,
jqGrid
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top