I want to access controls inside RadGrid's EditFormTemplate from page_load (not from RadGrid1_ItemDataBound, RadGrid1_UpdateCommand or any other "events" ), or something like this ... is this possible?
Referencing the FormTemplate custom edit form on PageLoad is not the most convenient place to do that. One suggestion is you can access the controls in prerender event as shown below.
C#: