DropDownField on TabPanel with inactive index on PageLoad does not set the Text.

  1. #1

    DropDownField on TabPanel with inactive index on PageLoad does not set the Text.

    Dear All,

    I have a DropDownField in one of the panel in Tabpanel which is inactive when the page loads.
    When i go to that tab i cannot see its Text though i have set its Text and Value in CodeBehind on the PageLoad event.

    But when i set the ActiveIndex property to activate this tab which contains DropDownField then the Text is shown properly.

    Guys can anyone say whats the problem?

    Regards,
    Huzefa
  2. #2
    Hi,

    Inactive tabs are not rendered by default. It causes the problem you described.

    I can suggest you to set DeferredRender="false" for the TabPanel.

Similar Threads

  1. Replies: 3
    Last Post: Jul 20, 2012, 4:50 PM
  2. TabPanel 'ActiveItem/Index' property
    By DougMcDonald in forum 1.x Help
    Replies: 6
    Last Post: Aug 23, 2011, 12:14 PM
  3. Replies: 3
    Last Post: Oct 17, 2010, 1:22 PM
  4. Set TabPanel index
    By Tbaseflug in forum 1.x Help
    Replies: 1
    Last Post: Feb 19, 2009, 3:34 PM
  5. [FIXED] [V0.8.0] TabPanel index bug
    By Timothy in forum Bugs
    Replies: 2
    Last Post: Jan 29, 2009, 10:12 AM

Tags for this Thread

Posting Permissions