<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Use the PeopleEditor Control: Saving Data</title>
	<atom:link href="http://blog.qumsieh.ca/2008/07/21/how-to-use-the-people-editor-control-inside-sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.qumsieh.ca/2008/07/21/how-to-use-the-people-editor-control-inside-sharepoint/</link>
	<description>Developer's blog related to ASP.NET, SharePoint and Telerik Web Controls</description>
	<lastBuildDate>Tue, 07 Feb 2012 00:43:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Gitolekha</title>
		<link>http://blog.qumsieh.ca/2008/07/21/how-to-use-the-people-editor-control-inside-sharepoint/comment-page-1/#comment-14</link>
		<dc:creator>Gitolekha</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=134#comment-14</guid>
		<description>I have a tab control in which I have a peopleeditor in the first tab called &quot;pplowner&quot;. The last tab is a summary of values of controls selected in the other tabs. I have to do this using javascript. currently, I am doing, var elem = document.forms[0].elements; for(var i=0; i &lt; elem.length; i++) { if(elem[i].id.indexOf(&quot;pplOwner&quot;) != -1 &amp;&amp; elem[i].id.indexOf(&quot;TextBox&quot;) != -1) users = elem[i].value; } Now, I display the value in users in a label. The poblem that I am facing is, if I delete a value from the peopleeditor&#039;s textbox, I still get the old values in users. Also, the names are displayed as domain/userid, whereas I want it as user&#039;s name as it is shown in the peopleeditor. Can you suggest a solution?</description>
		<content:encoded><![CDATA[<p>I have a tab control in which I have a peopleeditor in the first tab called &#8220;pplowner&#8221;. The last tab is a summary of values of controls selected in the other tabs. I have to do this using javascript. currently, I am doing, var elem = document.forms[0].elements; for(var i=0; i &lt; elem.length; i++) { if(elem[i].id.indexOf(&#8220;pplOwner&#8221;) != -1 &amp;&amp; elem[i].id.indexOf(&#8220;TextBox&#8221;) != -1) users = elem[i].value; } Now, I display the value in users in a label. The poblem that I am facing is, if I delete a value from the peopleeditor&#8217;s textbox, I still get the old values in users. Also, the names are displayed as domain/userid, whereas I want it as user&#8217;s name as it is shown in the peopleeditor. Can you suggest a solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.qumsieh.ca/2008/07/21/how-to-use-the-people-editor-control-inside-sharepoint/comment-page-1/#comment-13</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=134#comment-13</guid>
		<description>Nevermind... this page says how to do that... http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.portal.webcontrols.itempicker.validateentity.aspx</description>
		<content:encoded><![CDATA[<p>Nevermind&#8230; this page says how to do that&#8230; <a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.portal.webcontrols.itempicker.validateentity.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.portal.webcontrols.itempicker.validateentity.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.qumsieh.ca/2008/07/21/how-to-use-the-people-editor-control-inside-sharepoint/comment-page-1/#comment-12</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.qumsieh.ca/?p=134#comment-12</guid>
		<description>Quick question, have you found a good way to pre-populate a PeopleEditor with a validated entity? What I mean by this is, if you have a workflow and you enter two approvers (Approver A and Approver B) at the beginning, when ApproverA gets his task, he will see a PeopleEditor control pre-populated with ApproverB, which he would be able to change if he wants. Make sense? Any help you could offer would be appreciated.&quot;</description>
		<content:encoded><![CDATA[<p>Quick question, have you found a good way to pre-populate a PeopleEditor with a validated entity? What I mean by this is, if you have a workflow and you enter two approvers (Approver A and Approver B) at the beginning, when ApproverA gets his task, he will see a PeopleEditor control pre-populated with ApproverB, which he would be able to change if he wants. Make sense? Any help you could offer would be appreciated.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

