Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
390
WebPanel with asp Textboxes-Enable/Disable
posted

I have multiple WebPanels that on page load are disabled.  Once a selection is made in a WebDropDown, the panels become enabled via javascript.  The problem is every asp:Textbox that is included in the panels do not get enabled.  The other radiobuttons and WebDateChoosers are enabled, just not the textboxes.

Anybody have this issue and how to fix it other than replacing all textboxes with WebTextEditors?

Parents
No Data
Reply
  • 390
    posted

    To add to this, I found out that the WebDateChoosers that are contained in the WebPanel, and are disabled when the panel is disabled, do not become enabled when the panel is. 

Children