in discussion Hidden / Per page discussions » Kendo UI Mobile and ASP.NET MVC : Building the Mobile Task Manager, Part 2 - Displaying Data
Hi Mauro,
I'm not sure where the problem is. Could you try setting a couple of breakpoints in firebug to see what is happening? Try putting a break point on the following:
- In the TaskManager.DataAccess.getAdv function on "callback(response.adv);"
- In the initWorkSpace function on "img.src = 'images/' + adv.Adv_img + '.png';"
Also, in the TaskManager.DataAccess.getAdv function, catch block, try putting "console.log(err);"
Regards,
John DeVight
Telerik MVP





