[CLOSED] TabPanel load content in AjaxEvent

  1. #1

    [CLOSED] TabPanel load content in AjaxEvent

    Hi Geoff,

    can't solve it. I did call code in AjaxEvent.

    I modified the code according to you suggestion: http://forums.ext.net/showthread.php...4457-16-1.aspx

    This is my code:

    
    LoadConfig _lc = new LoadConfig(_path, LoadMode.IFrame, true);
    _lc.ShowMask = true;
    _lc.MaskMsg = "Caricamento in corso...";
                    
    //this.CenterPanel.UnhideTabStripItem(1);
    //this.CenterPanel.SetActiveTab(1);
    
    this.CenterPanel.ActiveTabIndex = 1;
    //this.CenterPanel.Tabs[1].Show();
    this.CenterPanel.Tabs[1].Title = _cliente.RagioneSociale;
    this.CenterPanel.Tabs[1].LoadContent(_lc);
    commented lines are my previous tests.

    Thanx

    Matteo
  2. #2

    RE: [CLOSED] TabPanel load content in AjaxEvent

    This thread appears related to the following thread, see http://forums.ext.net/showthread.php...4462-16-1.aspx

    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] TabPanel load content in AjaxEvent

    Hi Geoff,

    yes ok, I think it was a cache problem. I solved in this way and it's ok now:

    
    this.CenterPanel.UnhideTabStripItem(1);
    this.CenterPanel.ActiveTabIndex = 1;
    this.CenterPanel.Tabs[1].LoadContent(_lc);
    Thanx

    Matteo

Similar Threads

  1. [0.8] Update content with AjaxEvent.
    By mojo in forum 1.x Help
    Replies: 0
    Last Post: Oct 14, 2010, 3:01 PM
  2. [CLOSED] need a TabPanel Tab to REDIRECT, not load content
    By hillscottc in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 14, 2010, 2:12 PM
  3. [CLOSED] Tabpanel + content issue
    By reinout.mechant@imprss.be in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 24, 2009, 11:07 AM
  4. AjaxEvent and Dynamic content
    By Dgsoft.ru in forum 1.x Help
    Replies: 3
    Last Post: Apr 29, 2009, 1:57 PM
  5. [CLOSED] Error in tabpanel and ajaxevent?
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Sep 19, 2008, 4:59 PM

Posting Permissions