A
|
agruspe 3/5/2009 |
My project also required an automatic refresh after an Inline Add or Inline Edit. I tried to use the code below in the 'After record added' event but it seems that is does not append any records at all. objDoc.Location.Reload(True) |
J
|
Jane 3/6/2009 |
Hi, xt.assign "savealllink_attrs","disptype=""control1"" name=""savealledited" & id & """ style=""display:none"" onclick=""$('a[@id^=save]').click();window.location.reload( true );""" |
W
|
wisdom2009 author 3/8/2009 |
Thanks added window.location.reload( true) and it works perfectly Thank you so much. |
A
|
agruspe 3/11/2009 |
Hi Jane, |
J
|
Jane 3/12/2009 |
Hi, |
N
|
NigelEtienne 9/2/2009 |
Hi |