This is a migrated thread and some comments may be shown as answers.

Object [object Object] has no method 'kendoGrid'

2 Answers 271 Views
Grid
This is a migrated thread and some comments may be shown as answers.
JavaDog
Top achievements
Rank 1
JavaDog asked on 30 Dec 2011, 09:52 PM
I was so exciting about giving this framework a go and can't believe I am posting in the forum unable to get the basic usage Grid working.
 
$(function(){<br>        $("#grid").kendoGrid();<br>    });

Hope someone can help....

2 Answers, 1 is accepted

Sort by
0
Daniel
Top achievements
Rank 1
answered on 10 Jul 2012, 04:19 AM
Me too, same exact error.  Must be some conflict with the jquery library.  Wish I could say more ...

Dan
0
Jerry T.
Top achievements
Rank 1
answered on 10 Jul 2012, 01:20 PM
Daniel,

After the grid has been defined, try accessing the grid via:

$("#grid").data("kendoGrid")

Jerry
Tags
Grid
Asked by
JavaDog
Top achievements
Rank 1
Answers by
Daniel
Top achievements
Rank 1
Jerry T.
Top achievements
Rank 1
Share this question
or