This topic is locked

Make Inline Add records appear at the bottom the page.

1/8/2016 9:53:10 AM
PHPRunner Tips and Tricks
Sergey Kornilov admin

Q: Is there is any way when we click inline add the row will be end of the list instead of the top ?
A: yes, this is possible. add this code to the List page - Javascript OnLoad event:

pageObj.addNewRecordsToBottom = true;


The same code will work for ASPRunner.NET and ASPRunnerPro.