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