ParamQuery grid support forum

General Category => ParamQuery Pro Evaluation Support => Topic started by: mihirs13@gmail.com on October 09, 2020, 04:39:32 pm

Title: Cannot read property 'tooltip' of undefined at pqgrid.min.js:9
Post by: mihirs13@gmail.com on October 09, 2020, 04:39:32 pm
I am trying to experiment the paramQuery Grid Pro. In our client application there are requirement of Frozen Column, Nested Grids upto 5 Level, Groping Columns, Context Menu, Search Bar etc. I have download the paramQuery Grid jQuery library (download option available) from portal. When I tried with ASP.Net MVC + jQuery Application, it is throwing error " Cannot read property 'tooltip' of undefined at pqgrid.min.js:9 ". Did i missed any JS Import? I have already imported pqgrid.min.js.
Title: Re: Cannot read property 'tooltip' of undefined at pqgrid.min.js:9
Post by: paramvir on October 09, 2020, 04:58:03 pm
Please include all dependencies of pqgrid:

https://paramquery.com/pro/tutorial

and kindly share more details ( better share a jsfiddle ) if still facing error.
Title: Re: Cannot read property 'tooltip' of undefined at pqgrid.min.js:9
Post by: mihirs13@gmail.com on October 12, 2020, 03:41:45 pm
Thank You So Much, its working fine now.