Hi,
I am using SharePoint 2013, IE 11.
I have created few visual webparts which have the people picker control added to it.
Clicking on the address book shows error as "JSON is undefined".
I have seen forums in which the solutions was to change the compatability settings. This is not a possible solution, as I have multiple users who use the webpart.
This issue does not occur in IE 9.
The people picker is defined as below:
<%@ Register TagPrefix="wssawc" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %><wssawc:PeopleEditor ID="pplManager" runat="server" AllowEmpty="false" MultiSelect="true" Width="300px" BorderWidth="1px" SelectionSet="User" TabIndex="-1" />
How to fix this?
Thanks