A
|
ann 7/8/2010 |
Hi, setTimeout('$("#uploadForm'+id+'").remove()',500);
setTimeout('window.location.reload(true)',1000); |
S
|
suprapen author 7/10/2010 |
Thanks Ann. The problem with this is that the Detail A records list will uncollapse and needs to be reloaded everytime after an add or edit inline. Is there anyway the counters can asychronously update which is what it does after the lists refresh after an inline add? Looks like a runner bug to me. Hi, to refresh page after InlineEdit/InlineAdd open generated inlude/inlineedit.js file, find this code: s etTimeout('$("#uploadForm'+id+'").remove()',500);
setTimeout('window.location.reload(true)',1000); |
J
|
Jane 7/12/2010 |
Hi, |