1

I have added telerik's rad-scheduler control for my MVC application.I have to apply the drag and drop functionality with the scheduler.I can see thet its already with the AJAX .How can i incorporate with my MVC application.I am new in MVC.Please provide a step by step solution.It will very helpful for me. Thanks

Sinoy Devassy
  • 564
  • 4
  • 11
  • 27

1 Answers1

1

Use OnClientAppointmentMoveStart funntion on your javascript.

function OnClientAppointmenMoving(sender, eventArgs){
            //your code. 
        }

and refer it in your radcontrol in HTML.

bummi
  • 27,123
  • 14
  • 62
  • 101
slash87
  • 21
  • 1