Loading of a window takes a long time, since the init function also fetches the records to be displayed in the window as well.
To overcome this, the window has to be initialize and displayed first and then the loading of the records will have to kick in afterwards.
Loading of a window takes a long time, since the init function also fetches the records to be displayed in the window as well. To overcome this, the window has to be initialize and displayed first and then the loading of the records will have to kick in afterwards.