Author Topic: Auto save errors  (Read 1854 times)

ONEITSS

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 27
    • View Profile
Auto save errors
« on: September 06, 2016, 11:59:40 pm »
Hi,
I am trying to use Autosave but i am keep getting following errors. is there anything i missed to add ref

 Uncaught TypeError: $grid.addRow is not a function
 Uncaught TypeError: $grid.getEditCell is not a function
Uncaught TypeError: $grid.getEditCell is not a function

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Auto save errors
« Reply #1 on: September 07, 2016, 07:47:42 pm »
There is a difference between grid instance and jQuery object. Please refer documentation

http://paramquery.com/pro/tutorial#topic-special-vars
« Last Edit: September 07, 2016, 07:52:28 pm by paramquery »