Hello,
I really do not understand. Do you use form edit module from jqGrid or your own form
Please explain clear. Which version do you use
Regards
Tony
Hello,
1. Try to load jquery from the loacl host, not via google.
2.Change this
|
1 |
<<span class="start-tag">script</span><span class="attribute-name"> src</span><span>="</span><a href="http://juans.homeip.net:7072/js/grid.common.js" target="_blank" rel="nofollow">js/grid.common.js</a><span>" </span><span class="attribute-name">type</span>=<span class="attribute-value">"text/javascript"</span>></<span class="end-tag">script</span>><br /><<span class="start-tag">script</span><span class="attribute-name"> src</span><span>="</span><a href="http://juans.homeip.net:7072/js/grid.formedit.js" target="_blank" rel="nofollow">js/grid.formedit.js</a><span>" </span><span class="attribute-name">type</span>=<span class="attribute-value">"text/javascript"</span>></<span class="end-tag">script</span>><br /><<span class="start-tag">script</span><span class="attribute-name"> src</span><span>="</span><a href="http://juans.homeip.net:7072/js/grid.locale-en.js" target="_blank" rel="nofollow">js/grid.locale-en.js</a><span>" </span><span class="attribute-name">type</span>=<span class="attribute-value">"text/javascript"</span>></<span class="end-tag">script</span>><br /><<span class="start-tag">script</span><span class="attribute-name"> src</span><span>="</span><a href="http://juans.homeip.net:7072/js/jquery.jqGrid.min.js" target="_blank" rel="nofollow">js/jquery.jqGrid.min.js</a><span>" </span><span class="attribute-name">type</span>=<span class="attribute-value">"text/javascript"</span>></<span class="end-tag">script</span>><br /><br /><br />To<br /><code><br /><<span class="start-tag">script</span><span class="attribute-name"> src</span><span>="</span><a href="http://juans.homeip.net:7072/js/grid.locale-en.js" target="_blank" rel="nofollow">js/grid.locale-en.js</a><span>" </span><span class="attribute-name">type</span>=<span class="attribute-value">"text/javascript"</span>></<span class="end-tag">script</span>><br /><<span class="start-tag">script</span><span class="attribute-name"> src</span><span>="</span><a href="http://juans.homeip.net:7072/js/jquery.jqGrid.min.js" target="_blank" rel="nofollow">js/jquery.jqGrid.min.js</a><span>" </span><span class="attribute-name">type</span>=<span class="attribute-value">"text/javascript"</span>></<span class="end-tag">script</span>><br /><<span class="start-tag">script</span><span class="attribute-name"> src</span><span>="</span><a href="http://juans.homeip.net:7072/js/grid.common.js" target="_blank" rel="nofollow">js/grid.common.js</a><span>" </span><span class="attribute-name">type</span>=<span class="attribute-value">"text/javascript"</span>></<span class="end-tag">script</span>><br /><<span class="start-tag">script</span><span class="attribute-name"> src</span><span>="</span><a href="http://juans.homeip.net:7072/js/grid.formedit.js" target="_blank" rel="nofollow">js/grid.formedit.js</a><span>" </span><span class="attribute-name">type</span>=<span class="attribute-value">"text/javascript"</span>></<span class="end-tag">script</span>><br /></code><br /> |
Hello,
You can use custom formatter for this purpose.
Regards
Tony
Hello,
Look at the available methods – maybe setLabel will do the job.
Regards
Hello Steve,
Thanks. The upcomming 3.6 version will do this and more for all ajax requests used in jqGrid.
Best Regrds
Tony
Hello,
Look at all avilable methods in tree grid.
Regards
Tony
Hello,
Not sure if this is a case, but there was a bug (which is corrected in GitHub) when the parameter is number – i.e. in your case jq_last_visit is number. Try this:
jQuery(”#list”).setSelection(jq_last_visit+””);
Regards
Tony
Hello,
Thanks for this investigation. I know for this and maybe it will stay so.
Do not think that this is a bug. The reason is that you have dynamicall sorting columns. Also using setColProp make this possible.
Regards
Tony
Hello,
I think that nothing should be done. For me all work correct. If the value is not found the empty string is returned.
Also please check your editoptins values – maybe you end it with “;” at end which is not correct
Hello,
I think that all is correct. If you have json datatype you should have a valid url. If you do not want to use url you should use datatype set to local. Try not to use other plugins – just jqGrid and try (this is for 2).
About 3.
Hello David,
Thanks. Fixed.
Best Regards
Tony
Hello,
1. maybe this will work
Hello Piotr,
Thanks. I think that your information is old. You can do what you want using the custom formatter. In this case you have all the row data – see this:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:custom_formatter
Best Regards
Tony
Hello,
Actually you can look at jquery.searchFilter.js.
Regards
Tony
Hello,
Will look at this again. Thanks
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top