i have a asp.net project and its using jqgrid as the javascript grid. How can i find out what version of jqgrid is being used?
If you need to query the version programmatically you can use:
$.jgrid.version
Example:
alert($.jgrid.**version**);
have you tried opening up the file jquery.jqGrid.min.js and looking at the first line of comments?
Mine says;
/*
* jqGrid 3.5.1 - jQuery Grid
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With