The SharePoint Web Part Does Not Show in SharePoint 2010

If you are using SharePoint 2010, the AgilePoint NX SharePoint Web Part does not show by default. To show the AgilePoint Web Part in SharePoint 2010, do the procedure in this topic.

Prerequisites

Good to Know

  • Dashboard Web Part uses HTML 5. Internet Explorer versions lower than 10 do not support HTML 5.
  • In SharePoint 2010, pages are always rendered using Internet Explorer 8 standards document mode, even if higher versions of Internet Explorer are installed in the SharePoint server.

How to Start

  1. Open your SharePoint site in SharePoint Designer.
  2. In the Navigation pane, click Master Pages.
  3. To see summary information in the Master Page Gallery, click v4.master.
  4. To open your master page, in the ribbon, click Edit File.
  5. On the master page, click Code View.

Procedure

  1. Modify this code to use the IE 10 standards:

    Change the value of the content attribute in this line...

    <meta http-equiv="x-ua-compatible" content="IE=8"> 

    ...to IE-10:

    <meta http-equiv="x-ua-compatible" content="IE=10"> 

More Information