I have a list view which, when an item is clicked, kicks off some other actions on the form.
When the page first loads, the list view is populated, and I'd like to be able to automatically select/click on the first item in the list (without waiting for the user to do that).
Is this possible?
Thanks in advance.