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

Cant Load Grid

0 Answers 97 Views
Data Source
This is a migrated thread and some comments may be shown as answers.
walter
Top achievements
Rank 1
walter asked on 29 May 2012, 06:10 PM
Im trying this in jsfidler, but it doesnt work...

$("#grid").kendoGrid({
    dataSource: {
    type: "odata",
        transport: {
            read: {
                //using jsfiddle echo service to simulate JSON endpoint
                url: "http://www.letsdokaraoke.com/api/Artists?format=json",
                dataType: "json"
            }
        },
        schema: {
            data: 'artists'
        }
    },
    height: 250,
    columns: [
        {
        field: "ID"},
    {
        field: "Name"}
   
    ]
});


Any Ideas?

No answers yet. Maybe you can help?

Tags
Data Source
Asked by
walter
Top achievements
Rank 1
Share this question
or