Embedded Component Refresh

Is there a way to force the embedded component on a screen to not refresh itself when you swap tabs? We’d like to potentially embed a web resource that requires a login but unfortunately swapping tabs back to it refreshes the component and forces another login. Is there a way to change this behavior?

Thanks!

Hello, Ryan!
You can solve this problem with the MainTabSheetMode property. To make the main TabSheet be not unloadable use the MANAGED mode.
Regards,
Daniil.

Thanks Daniil, this is what I was looking for.

I assume there’s some performance considerations when doing this. Is that potential increased load client-side or server-side? Any other impacts?

Yes, of course it leads to increasing memory costs. But it’ll only happen with a client-side.

We have in plans to add an ability to set which tabs/windows should be unloaded when closed.