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

databinding fail for explorer9

0 Answers 34 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Michal Revivo
Top achievements
Rank 1
Michal Revivo asked on 12 Apr 2013, 06:03 AM
Hi
I successfully bind from chrome but not from explorer 9.
do you know about this ?
I can see in fiddler that the json url is not called, why ?
Thanks


var items = new kendo.data.DataSource({
schema: {data: "GetProdByBizResult.RootResults"},
type: "json",
serverFiltering: true,
transport: {
read: {
url:"http://www.yelotag.com/light/BizRef-Web-DomainService1.svc/JSON/GetProdByBiz",
datatype:"json",
data: {bizId: window.bizId,
lg: window.lg
}
}
}
});

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Michal Revivo
Top achievements
Rank 1
Share this question
or