I set up a default Project Tasks view in Sharepoint 2010. However, the default view, which is supposed to be a Gantt chart, doesn’t show up. The other views (e.g. All Tasks, Active Tasks) are working correctly. This is on IE7.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is likely happening due to a custom master page. See this related post on MSDN. The Gantt view requires the following div to be on the page in order to render the chart:
Check your custom master page to ensure this id has not been removed or changed.