Trigger field disapears!

  1. #1

    Trigger field disapears!

    Hi,

    When I hide a panel that content a trigger field and I do visible the panel again, I cant show the trigger field because it's hidden.

    In the Page Load:
    this.myPanel.Hidden = true;
    Post Back:
    this.myPanel.Hidden = false;
    I dont change the Hidden property of the trigger field and it only happen with this type of control.


    Is it a bug?

    In the other hand, the AutoExpandColumn of a gridpanel contented in this panel either work.

    Thanks
  2. #2

    RE: Trigger field disapears!

    Hi Kaido,

    I ran a couple tests with setting .Hidden=false on an <ext:Panel> and it appears to work correctly during both an AjaxEvent and PostBack.


    Geoffrey McGill
    Founder
  3. #3

    RE: Trigger field disapears!

    opps...

    I tested something else and did run into a problem.


    We are investigating.


    Geoffrey McGill
    Founder
  4. #4

    RE: Trigger field disapears!

    Thank you very much for investigate it, geoffrey.mcgill

    I collapse the panel in the page load, perhaps this info can be useful to you. And I have the same problem with FieldSet control, but I didn't find any reason.

Similar Threads

  1. [CLOSED] [1.0] Trigger Field
    By alliedwallet.com in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 05, 2010, 3:04 AM
  2. [CLOSED] [1.0] Trigger field CSS
    By tdracz in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 06, 2010, 4:52 PM
  3. [CLOSED] Trigger Field Display
    By HOWARDJ in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 26, 2009, 6:24 PM
  4. Trigger Field with Combobox
    By mathec in forum 1.x Help
    Replies: 0
    Last Post: Feb 17, 2009, 4:02 PM
  5. Trigger Field Icon
    By Kaido in forum 1.x Help
    Replies: 7
    Last Post: Feb 02, 2009, 12:49 PM

Posting Permissions