Add a Dropdown of Users to the Article Form

Aashish Khandelwal asked on March 26, 2015 17:02

Hi,

I want to add a dropdown list to the Article Type form which will display the site users. Please suggest !!!

Recent Answers


Joshua Adams answered on March 26, 2015 18:04

You could use a drop down list with a sql query to the users with a where clause limiting the users to the site, or even use a uniselector as a single select or dropdown type, and use the UserID as the Return Column. Both of these would work fine, the only thing the uniselector will allow you to do that the dropdown list won't is have it able to select multiple ones. If you just want a display of the users, then use the uniselector and have a custom grid layout by following Kentico's documentation. Should be pretty straight forward.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.