1)I need to customize the view of scheduler, please help:
I have created seperate buttons for scheduler for day ,week and month, so I want to remove the default buttons in the scheduler view, Please tel me how to remove the button.
2) how to add the cshtml file i had created already as a replacement for lightbox.
I tried this method:
basicschedulercontroller:controller
{//othercodes
…
var form = scheduler.Lightbox.SetExternalLightboxForm(“~/customelightbox/Form”, 640, 180);
…
}
where customelightbox.cshtml exists in basicscheduler/views/customelightbox.cshtml
This throws file not found error.Where am going wrong?
please help for both questions