how do i know what version of jqgrid i am using
Asked Answered
E

2

5

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?

Eyde answered 1/6, 2010 at 22:49 Comment(0)
Z
5

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 
Zollverein answered 1/6, 2010 at 22:57 Comment(0)
C
8

If you need to query the version programmatically you can use:

$.jgrid.version

Example:

alert($.jgrid.**version**);                                   
Chemosh answered 14/3, 2013 at 17:51 Comment(0)
Z
5

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 
Zollverein answered 1/6, 2010 at 22:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.