Is there any method or function to get version of infragistics ui version?
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.
Hello Martin Pavlov
I want the the version of infragistics not the igGrid or igUpload.
Examlpe: Latest version of infragistics is 17.2.
Please advise