Is there any method or function to get version of infragistics ui version?
Hello Bharati P,
Not sure. We didn't test a mix of component versions and doesn't support it. Is there a specific reason that requires such configuration?
Best regards,Martin PavlovInfragistics, Inc.
Can i able to use igRating version (15.1) with Build 17.2?
Hello Bharathi P,
We don't have a way to get the product version other than the one that I suggested you. Each control has its own version. If the controls are from the same build, all of them will return one and the same product 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
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