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
Hello Hitul,This is the normal way of invoking the events and contend loading of our WebTab. This is how our control acts by design.