How are you calling these methods. You should call them on the list object and not on the class / prototype.
Your code should look something like:
Code:
vdf.getControl("mygrid").scrollPageDown();
The string "mygrid" should refer to the name of the your grid that you've set in the HTML using vdfName="mygrid".
Regards,