I have an application using 2 Splitters and 1 WebExplorer Menu on the left side of screen. On the right side I have on top a WebDataGrid and on bottom 1 WebTab. When I select a row in the WebDataGrid I save the Id using Session variables and this is ok. Then I select a menu item using the WebExplorer and then a Tab is added with a page in its content. This is working fine, but I need to refresh the page in the active tab content whenever I select another row in the webdatagrid. Also I need to refresh the content of the other inactive tabs whenever I select them. I tried the EnableReloadingOnTabClick=true but the page is not posting back so the data is refreshed. Can you help me please? I have attached the page.
Hello,
Thank you for contacting Infragistics!
To have a postback occur on tab click you will want to set the SelectedIndexChanged AutoPostBackFlag to “On” or “Async”. You can find this off the AutoPostBackFlags of the WebTab.
http://help.infragistics.com/doc/ASPNET/2014.2/CLR4.0/?page=Infragistics4.Web.v14.2~Infragistics.Web.UI.LayoutControls.WebTab~AutoPostBackFlags.html
http://help.infragistics.com/doc/ASPNET/2014.2/CLR4.0/?page=Infragistics4.Web.v14.2~Infragistics.Web.UI.LayoutControls.TabAutoPostBackFlags_members.html
http://help.infragistics.com/doc/ASPNET/2014.2/CLR4.0/?page=Infragistics4.Web.v14.2~Infragistics.Web.UI.AutoPostBackFlag.html
Please let me know if you have any further questions concerning this matter.
I am following up to see if the information provided has resolved this matter.
Please let me know if I may be of further assistance with this matter.