I have an asp.net project and its use of jqgrid as a javascript grid. How can I find out which version of jqgrid is used?
Did you try to open the jquery.jqGrid.min.js file and see the first line of comments?
My says:
/* * jqGrid 3.5.1 - jQuery Grid
If you need to request a version programmatically, you can use:
$.jgrid.version
Example:
alert($.jgrid.**version**);
Source: https://habr.com/ru/post/1311566/More articles:VS2010 Many errors when turning on standard libraries - visual-studio-2010iphone annotations contacts and buttons - iphoneGrail protection with grails filter - spring-securitygetting smallest coordinates differing N or more in Python - pythonIs the map / collection display order stable between calls? - javaIs it wrong to use dots in SVN tag / branch names? - version-controlMemory profiling: how to determine which application / package is consuming too much memory - javaUsing Javascript in Adobe Reader - javascriptPascal repeats ... until against C ... until - cError loading WebappClassLoader in Tomcat - tomcatAll Articles