When custom views are initialized? (so we can start filling them)

I tried to update a column in custom view using row-update widget after Form_OnLoad event. It seems that view was not yet initialized as it was not updated.
What would be the best hook to use in order to write to custom view as soon as it is ready to use?