I have been using pageObj.inlineEdit.editAllRecs(); in the Javascript OnLoad Event with no problem to put the page into inline edit without any problem, But now I need to trigger an inline add.
After reading through a lot of posts I came across this pageObj.inlineAdd.inlineAdd(); but I can not get it to work like I can with the inline edit.
Basically on load I want the page to inline add one more record.
Any suggestions?
Thx