This question is locked. New answers and comments are not allowed.
I was trying to have a dropdown (using AutoCompleteBox) of all the Movie titles from Netflix (Odata source).
Below code in default.html is not working!! Please let me know where I am going wrong!!
17 Dec 2012 var ds = new Telerik.Data.DataSource({ type: "odata", transport: { }, schema: { data: "Name" } });comboBox.dataSource = ds; ds.read();Thanks.