Using the UserSelector instead of the ImageSelector

Posted by Community Admin on 04-Aug-2018 16:45

Using the UserSelector instead of the ImageSelector

All Replies

Posted by Community Admin on 25-Jul-2011 00:00

Hi,

Has anybody tried to use the UserSelector in a custom module yet? If yes, can you please provide the steps to implement it?

Thanks

Posted by Community Admin on 26-Jul-2011 00:00

Anybody?

Posted by Community Admin on 28-Jul-2011 00:00

Hi Sonu Kapoor,

We have replied to you in the support thread you have opened, please check our response there. For your convenience I'm pasting the reply below. Generally you can use the UserSelector that's located in Telerik.Sitefinity.Web.UI.Backend.Security.Principals.UserSelector. On your template you can declare it like this:

<%@ Register Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Web.UI.Backend.Security.Principals" TagPrefix="sf" %>
  
<sf:UserSelector runat="server" id="userSelector">
</sf:UserSelector>



All the best,
Boyan Barnev
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed