Is there a way to programmatically enter the pulldown/update mode?
Currently, no there isn't a way to do that.
The pull down logic is based on the gridView's isDragging property, which is something you can't even fake.
That being said, its trivial enough, that its something we can expose in the next SR.
-SteveZ