editable grid auto open new row

Is there any way to automatically open a new row for entry in an editable grid when the application is opened?

Go to Section Javascript -> Form -> onLoad.

Type in or copy/paste: do_ajax_nameofform_add_new_line();

jsb

Thanks for the idea. I’ll try it when I can. I’m working through some issues with SC since I applied some updates the other day.

Thanks again. I finally got around to doing this.