Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Hiding an UltraWebTab in JavaScript

Last post 08-19-2008 2:21 by AdaptSolutions. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 08-18-2008 4:01

    Hiding an UltraWebTab in JavaScript

    Hello,

    I want to make the whole tab control invisible to the user but it has to be done on the client side. This code does not work:

    _UltraWebTab1.style.display = 'none'

    Does anyone know how to do this?

    • Post Points: 5
  • 08-19-2008 2:21 In reply to

    Re: Hiding an UltraWebTab in JavaScript

    Answer

    I ended up putting the control in a Div, getting the id of the div and then setting div.style.display='none'

    • Post Points: 5
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems