Click here to Skip to main content
15,889,315 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi I want to use Telerik Scheduler in asp.net mvc.using this i want save the event in database and display this event on the scheduler.also i want delete this event.



please help me.
Thanks in advanced

Manoj Tambe
Posted

1 solution

If the control was writting for webforms, I doubt it will be compatible, it probably won't work, and MVC sure won't catch the events it tries to fire.

If it was written for MVC, then you should read the documentation.

You CAN do 'classic' ASP.NET pages inside an MVC project if you need to.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900