Search This Blog

Wednesday, December 10, 2014

Inside Update panel People editor is not working...

Inside Update panel People editor is not working...

This is a common issue when we use update panel.

To solve this add the following .js file in your design page

<script type="text/javascript" src="/_layouts/15/entityeditor.js"></script>


But the best advice is try to avoid Update panel.
Because * update panel have auto postback inbuild function..
              * may be after 20 to 30 sec it automatically post back


No comments:

Post a Comment

Restricting Custom People Picker to only one Sharepoint group programatically

Refer the following script files in your page,     <!-- For People Picker -->     <script type="text/javascript" src...