Hi,
I am looking for a library to purchase to help me build web and mobile applications. I am not a guru programmer like of you guys. I have experience of working with ASP.NET, C#, EntityDataSource, EntittyFramework and SQL Server.
I have downloaded the trial version of Kendo UI to try and learn how to use the Scheduler and your JavaScript library with ASP.NET.
However, the source code you provided only contains the HTML files but not the full Scheduler Visual Studio application. I have checked the code provided and you are calling your server for CRUD operations:
transport: {
read: {
url: "http://demos.kendoui.com/service/tasks",
dataType: "jsonp"
},
update: {
url: "http://demos.kendoui.com/service/tasks/update",
dataType: "jsonp"
},
create: {
url: "http://demos.kendoui.com/service/tasks/create",
dataType: "jsonp"
},
destroy: {
url: "http://demos.kendoui.com/service/tasks/destroy",
dataType: "jsonp"
I would like to have the services, database and entity framework all locally so I can see how it all works and learn how to use Kendoui with Visual Studio.
Could you please advise me where I can download a FULL Demo including the database to use with the Scheduler?
Cheers
CP
I am looking for a library to purchase to help me build web and mobile applications. I am not a guru programmer like of you guys. I have experience of working with ASP.NET, C#, EntityDataSource, EntittyFramework and SQL Server.
I have downloaded the trial version of Kendo UI to try and learn how to use the Scheduler and your JavaScript library with ASP.NET.
However, the source code you provided only contains the HTML files but not the full Scheduler Visual Studio application. I have checked the code provided and you are calling your server for CRUD operations:
transport: {
read: {
url: "http://demos.kendoui.com/service/tasks",
dataType: "jsonp"
},
update: {
url: "http://demos.kendoui.com/service/tasks/update",
dataType: "jsonp"
},
create: {
url: "http://demos.kendoui.com/service/tasks/create",
dataType: "jsonp"
},
destroy: {
url: "http://demos.kendoui.com/service/tasks/destroy",
dataType: "jsonp"
I would like to have the services, database and entity framework all locally so I can see how it all works and learn how to use Kendoui with Visual Studio.
Could you please advise me where I can download a FULL Demo including the database to use with the Scheduler?
Cheers
CP