Author Topic: Cannot read property 'tooltip' of undefined at pqgrid.min.js:9  (Read 2244 times)

[email protected]

  • Newbie
  • *
  • Posts: 2
    • View Profile
Cannot read property 'tooltip' of undefined at pqgrid.min.js:9
« 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6122
    • View Profile
Re: Cannot read property 'tooltip' of undefined at pqgrid.min.js:9
« Reply #1 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.

[email protected]

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Cannot read property 'tooltip' of undefined at pqgrid.min.js:9
« Reply #2 on: October 12, 2020, 03:41:45 pm »
Thank You So Much, its working fine now.