Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
How to avoid loading content template before WebTab SelectedIndexChanged is fired
posted

I'm using WebTab (Infragistics v11.2). In my page, we have different user controls attached to each tab. And we are handling SelectedIndexChanged event server side.

The strange thing that happens is whenever we change the tab, it first loads the content template, and then SelectedIndexChanged event is called to refresh the contents of content pane.

Is there any way to restrict loading of content template such that on tab change only fresh content are loaded that are received from SelectedIndexChanged event response? Seeing template contents and then refresh is irritating.

I've tried different options, but this does not seem to have working.

Please help.

Thanks,

Hitul