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

Javascript Error with Simple Grid

1 Answer 94 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Elliot
Top achievements
Rank 1
Elliot asked on 04 May 2012, 03:10 PM
I can seem to get a simple grid to display.  I am using the trial version which I downloaded yesterday.  in my page I have:

$("#grid").kendoGrid({
                        columns: [{ title: "HardwareId", field: "HardwareId" },
                                  { title: "Name", field: "Name" }],
                        height: 400
                    });

but I get a javascript error b.delegate.table is not a function in kendo.web.min.js

Any ideas why?

1 Answer, 1 is accepted

Sort by
0
Elliot
Top achievements
Rank 1
answered on 04 May 2012, 03:14 PM
I was using version 1.4.1 of jQuery which was causing the issue.
Tags
Grid
Asked by
Elliot
Top achievements
Rank 1
Answers by
Elliot
Top achievements
Rank 1
Share this question
or