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
295
How to create tab using Javascript
posted

Hi,

Im using Infragistics v9.1

How to create tabs dynamically using javascript?

 

Parents
No Data
Reply
  • 45049
    Suggested Answer
    posted

    cgvak,

    WebTab can add tabs on the server.

    Tabs cannot be added through JavaScript.  To simulate doing this on the client, I suggest using either a WebAsyncRefreshPanel (WARP) or an UpdatePanel.  This way, only the contents of the panel are refreshed.  Note that, if you're using the built-in AJAX functionality of WebTab, you cannot use UpdatePanel for this.

Children
No Data