I have the following setup:
Root
- MasterPages (Folder)
-- MasterPage.master
- Contacts (Folder)
-- EditContactDetails.aspx
And my IIS is setup as http://localhost/ProjectName/
In my master page I have a dashboard that has various controls (RadCalendar, RadPanels, RadMultiPage). I have added the script manager and everything renders fine. However, I cannot change dates in the calendar such as going from February to March, etc. I have added the CSS Skin that I want for the calendar to my project and the mouseover effects run fine but if I do not add the css, the skin does not get recognized.
I have a feeling I am running into issues with file locations and the system not able to find either the .js or .css that are created by the controls. Is there a way to override this or is there another folder structure I need to switch to?
Root
- MasterPages (Folder)
-- MasterPage.master
- Contacts (Folder)
-- EditContactDetails.aspx
And my IIS is setup as http://localhost/ProjectName/
In my master page I have a dashboard that has various controls (RadCalendar, RadPanels, RadMultiPage). I have added the script manager and everything renders fine. However, I cannot change dates in the calendar such as going from February to March, etc. I have added the CSS Skin that I want for the calendar to my project and the mouseover effects run fine but if I do not add the css, the skin does not get recognized.
I have a feeling I am running into issues with file locations and the system not able to find either the .js or .css that are created by the controls. Is there a way to override this or is there another folder structure I need to switch to?