In K2 Smarftom how Intialize or Initialized works is - It will load and rendered form on the client side then starts calling rules inside Initialize or Intialized.
Currently, we have lot of rules in Initiaze or Initialized to fill drop downs and hide/show controls based on the data fetched from database. So the form and views are getting rendered on the broswer first then it starts calling the rules in Initialize/Initialized one by one using AJAX calls. It is causing lot of delay in loading complete form, different load circles keep spinning for each drop down or showing/hiding controls after it rendered.
Is there any way to have ASP.Net Page_Load like event in K2 Smartforms where you can define rules which will be executed on K2 server before form is getting loaded/rendered on client side.