hi all:
i want use other jsp page return json object as follows ["Item1", "Item2", "Item3"]; ,so i Should how to change the code?
$("#autocomplete").kendoAutoComplete({ minLength:3, dataTextField:"Name",//JSON property name to use dataSource:new kendo.data.DataSource({ type:"odata",//Specifies data protocol pageSize:10,//Limits result set transport:{ read:"http://odata.netflix.com/Catalog/Titles" } }) });
i want use json data,not odata,pls help me ,thanks.