Tuesday, November 23, 2010

SharePoint Site Page : To save your changes before continuing, click "OK". To continue without saving changes, click "Cancel" alert Message.

Problem Scenario:

       I have customized the Document library Editform.aspx with few Standard ASP.Net controls, Like Tree view. When I click the tree view collapse / Expand (+/-)  button I got this message.


To save your changes before continuing, click "OK". To continue without saving changes, click "Cancel".

How to fix this?

       Add the Compatibility tag in Master page header session  or  in Page content place holder section


In Master Page :

<head>
        <meta equiv="X-UA-Compatible" content="IE=EmulateIE7">
     </head>

In Site Page (.aspx) file


              <meta equiv="X-UA-Compatible" content="IE=EmulateIE7">
         



Thanks.

2 comments:

Jaime said...

On SharePoint 2010 doesn't work.

xaml said...

Ity didnt work !!!