ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: angelahlp on May 14, 2015, 01:43:03 am

Title: Error: no such method 'getInstance' for pqGrid widget instance
Post by: angelahlp on May 14, 2015, 01:43:03 am
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
Title: Re: Error: no such method 'getInstance' for pqGrid widget instance
Post by: paramvir on May 14, 2015, 11:26:59 am
Angela

Which version are you using. getInstance method is available since 2.2.0
Title: Re: Error: no such method 'getInstance' for pqGrid widget instance
Post by: angelahlp on May 15, 2015, 12:38:21 am
Had 2.0.3 - updated and this works now :) - Thanks!

Angela