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
155
Get version Number
posted

Is there any method or function to get version of infragistics ui version?

Parents
No Data
Reply
  • 23953
    Offline posted

    Hello Bharathi P,

    Yes. In the browser JavaScript console write:

    $.ui.<widget_name>.version

    For example if you have an igGrid on the page then write:

    $.ui.igGrid.version

    For igUpload is:

    $.ui.igUpload.version

     

    Best regards,

    Martin Pavlov
    Infragistics, Inc.

Children