SelectedDate property only works for dayViews, I haven't been able to find how to accomplish this in WeekView.
string[] viewImages = new string[] { "~/Email" };
RadEditor1.ImageManager.ViewPaths = viewImages;
When I run the application in the development environment and open the ImageManager for RadEditor, there are no files available for selection.
If I create an Email folder under the website and point to that folder for the ViewPaths property, the files are available.
How should I configure virtual directory so that the ImageManager can see the files properly when running in the Visual Studio 2008 development environment,
Thanks for your help!

Good Morning,
I would like to know, if possible, if you can help me with the following questions:
I wish the state of the checkbox when it was changed, to update the database table with values 0 and 1 (1 Checked, Unchecked 0)
Secondly, I would like the Calendar and Scheduler were synchronized. When clicking a date on the calendar, change the scheduler, and vice versa. If possible, when selecting a week in the Calendar, the Scheduler switch to Week view and show the selected week.