Posted 22 Mar 2012 Link to this post
var
projects =
new
kendo.data.DataSource({
type:
"odata"
,
transport: { read:
"http://localhost:50486/WcfDataService.svc/Projects"
}
});
$(
"#projectsListView"
).kendoMobileListView({
dataSource: projects,
style :
"inset"
template:
"${Number} - ${Label}"
).kendoMobileListView();
lv = $(
).data(
"kendoMobileListView"
);
lv.options.template =
;
lv.options.style =
lv.dataSource = projects;
lv.refresh();
Posted 23 Mar 2012 Link to this post
Posted 02 Apr 2012 Link to this post
Posted 05 Apr 2012 Link to this post
Posted 03 May 2012 Link to this post