Author Topic: Error: no such method 'getInstance' for pqGrid widget instance  (Read 12462 times)

angelahlp

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 51
    • View Profile
I'm trying to implement the "inline editing - auto save" demo and I am getting the following error when I inspect the load of the page.

Error: no such method 'getInstance' for pqGrid widget instance

I've done a lot of searching but cannot find any reason this would occur. The only thing I have changed in the demo is to change the colModel to match my data and to load the dataModel from my script...

All input is appreciated :)

Thanks,
Angela
« Last Edit: May 14, 2015, 01:55:39 am by angelahlp »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6260
    • View Profile
Re: Error: no such method 'getInstance' for pqGrid widget instance
« Reply #1 on: May 14, 2015, 11:26:59 am »
Angela

Which version are you using. getInstance method is available since 2.2.0

angelahlp

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 51
    • View Profile
Re: Error: no such method 'getInstance' for pqGrid widget instance
« Reply #2 on: May 15, 2015, 12:38:21 am »
Had 2.0.3 - updated and this works now :) - Thanks!

Angela