<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>WitCustomControls Work Item Rss Feed</title><link>http://www.codeplex.com/WorkItem/List.aspx?ProjectName=WitCustomControls</link><description>WitCustomControls Work Item Rss Description</description><item><title>Closed Unassigned: MultiValueControl - no checkboxes in WebAccess [34081]</title><link>http://witcustomcontrols.codeplex.com/workitem/34081</link><description>Hi&lt;br /&gt;&lt;br /&gt;I am trying to use the MultiValueControl, and it works fine with VS2012, but in the Web extension the checkboxes in the dropdown is missing.&lt;br /&gt;&lt;br /&gt;If I manually write the items I want to select in the edit-field &amp;#40;like this&amp;#58; &amp;#34;&amp;#91;Item 1&amp;#93;&amp;#59;&amp;#91;Item 2&amp;#93;&amp;#34;&amp;#41; and then save the workitem, the values are saved.&lt;br /&gt;Also if I search and open a workitem where the value is already set, I can see in the edit-field that the selected items are &amp;#34;&amp;#91;Item 1&amp;#93;&amp;#59;&amp;#91;Item 2&amp;#93;&amp;#34;. &lt;br /&gt;So getting the options and values from TFS, and saving to TFS is working.&lt;br /&gt;Only the checkboxes in the options in the dropdown on the Web-client is missing.&lt;br /&gt;&lt;br /&gt;I am using TFS 2012 update 2 and Visual Studio 2012 update 2.&lt;br /&gt;I have tested with IE10 and Chrome, and it is the same problem in both browsers.&lt;br /&gt;</description><author>MOlausson</author><pubDate>Fri, 24 May 2013 13:02:23 GMT</pubDate><guid isPermaLink="false">Closed Unassigned: MultiValueControl - no checkboxes in WebAccess [34081] 20130524010223P</guid></item><item><title>Commented Unassigned: MultiValueControl - no checkboxes in WebAccess [34081]</title><link>http://witcustomcontrols.codeplex.com/workitem/34081</link><description>Hi&lt;br /&gt;&lt;br /&gt;I am trying to use the MultiValueControl, and it works fine with VS2012, but in the Web extension the checkboxes in the dropdown is missing.&lt;br /&gt;&lt;br /&gt;If I manually write the items I want to select in the edit-field &amp;#40;like this&amp;#58; &amp;#34;&amp;#91;Item 1&amp;#93;&amp;#59;&amp;#91;Item 2&amp;#93;&amp;#34;&amp;#41; and then save the workitem, the values are saved.&lt;br /&gt;Also if I search and open a workitem where the value is already set, I can see in the edit-field that the selected items are &amp;#34;&amp;#91;Item 1&amp;#93;&amp;#59;&amp;#91;Item 2&amp;#93;&amp;#34;. &lt;br /&gt;So getting the options and values from TFS, and saving to TFS is working.&lt;br /&gt;Only the checkboxes in the options in the dropdown on the Web-client is missing.&lt;br /&gt;&lt;br /&gt;I am using TFS 2012 update 2 and Visual Studio 2012 update 2.&lt;br /&gt;I have tested with IE10 and Chrome, and it is the same problem in both browsers.&lt;br /&gt;Comments: ** Comment from web user: MOlausson ** &lt;p&gt;Good to hear it worked out and thanks for sharing your findings!&lt;/p&gt;</description><author>MOlausson</author><pubDate>Fri, 24 May 2013 13:01:03 GMT</pubDate><guid isPermaLink="false">Commented Unassigned: MultiValueControl - no checkboxes in WebAccess [34081] 20130524010103P</guid></item><item><title>Commented Unassigned: MultiValueControl - no checkboxes in WebAccess [34081]</title><link>http://witcustomcontrols.codeplex.com/workitem/34081</link><description>Hi&lt;br /&gt;&lt;br /&gt;I am trying to use the MultiValueControl, and it works fine with VS2012, but in the Web extension the checkboxes in the dropdown is missing.&lt;br /&gt;&lt;br /&gt;If I manually write the items I want to select in the edit-field &amp;#40;like this&amp;#58; &amp;#34;&amp;#91;Item 1&amp;#93;&amp;#59;&amp;#91;Item 2&amp;#93;&amp;#34;&amp;#41; and then save the workitem, the values are saved.&lt;br /&gt;Also if I search and open a workitem where the value is already set, I can see in the edit-field that the selected items are &amp;#34;&amp;#91;Item 1&amp;#93;&amp;#59;&amp;#91;Item 2&amp;#93;&amp;#34;. &lt;br /&gt;So getting the options and values from TFS, and saving to TFS is working.&lt;br /&gt;Only the checkboxes in the options in the dropdown on the Web-client is missing.&lt;br /&gt;&lt;br /&gt;I am using TFS 2012 update 2 and Visual Studio 2012 update 2.&lt;br /&gt;I have tested with IE10 and Chrome, and it is the same problem in both browsers.&lt;br /&gt;Comments: ** Comment from web user: kjetilnordahl ** &lt;p&gt;It was the configuration of the control in the WorkItem form. I used a configuration I found in a blogpost that pointed to this project, and it was different from the description here.&lt;/p&gt;&lt;p&gt;The correct configuration was as described here ( [MultiValue Control](https://witcustomcontrols.codeplex.com/wikipage?title=Multivalue%20control) )&lt;br&gt;```&lt;br&gt;&amp;lt;Control Type=&amp;quot;MultiValueControl&amp;quot; FieldName=&amp;quot;Microsoft.VSTS.Common.Triage&amp;quot; Label=&amp;quot;Triag&amp;amp;amp;e:&amp;quot; LabelPosition=&amp;quot;Left&amp;quot; /&amp;gt;&lt;br&gt;```&lt;/p&gt;&lt;p&gt;Now it works perfectly.&lt;/p&gt;</description><author>kjetilnordahl</author><pubDate>Fri, 24 May 2013 09:04:12 GMT</pubDate><guid isPermaLink="false">Commented Unassigned: MultiValueControl - no checkboxes in WebAccess [34081] 20130524090412A</guid></item><item><title>Created Unassigned: MultiValueControl - no checkboxes in WebAccess [34081]</title><link>http://witcustomcontrols.codeplex.com/workitem/34081</link><description>Hi&lt;br /&gt;&lt;br /&gt;I am trying to use the MultiValueControl, and it works fine with VS2012, but in the Web extension the checkboxes in the dropdown is missing.&lt;br /&gt;&lt;br /&gt;If I manually write the items I want to select in the edit-field &amp;#40;like this&amp;#58; &amp;#34;&amp;#91;Item 1&amp;#93;&amp;#59;&amp;#91;Item 2&amp;#93;&amp;#34;&amp;#41; and then save the workitem, the values are saved.&lt;br /&gt;Also if I search and open a workitem where the value is already set, I can see in the edit-field that the selected items are &amp;#34;&amp;#91;Item 1&amp;#93;&amp;#59;&amp;#91;Item 2&amp;#93;&amp;#34;. &lt;br /&gt;So getting the options and values from TFS, and saving to TFS is working.&lt;br /&gt;Only the checkboxes in the options in the dropdown on the Web-client is missing.&lt;br /&gt;&lt;br /&gt;I am using TFS 2012 update 2 and Visual Studio 2012 update 2.&lt;br /&gt;I have tested with IE10 and Chrome, and it is the same problem in both browsers.&lt;br /&gt;</description><author>kjetilnordahl</author><pubDate>Thu, 23 May 2013 13:57:06 GMT</pubDate><guid isPermaLink="false">Created Unassigned: MultiValueControl - no checkboxes in WebAccess [34081] 20130523015706P</guid></item><item><title>Closed Issue: Multivalue control TFS 2012 [33111]</title><link>http://witcustomcontrols.codeplex.com/workitem/33111</link><description>Hi, I would like to know if will be an update regarding &amp;#34;MultiValueControl.wicc&amp;#34; and &amp;#34;CodePlex.WitCustomControls.dll&amp;#34; for TFS 2012&amp;#63;&amp;#160;I tried to add a multivalue control in TFS 2012 and I got the below error&amp;#58;TF400939&amp;#58; The custom control type &amp;#39;CodePlex.WitCustomControls.MultiValueCustomControl.MultiValueControl&amp;#39; does not implement the IWorkItemControl interface or is compiled for a different version of Visual Studio.&amp;#160;Thanks and Regards.&lt;br /&gt;</description><author>MOlausson</author><pubDate>Thu, 16 May 2013 10:55:04 GMT</pubDate><guid isPermaLink="false">Closed Issue: Multivalue control TFS 2012 [33111] 20130516105504A</guid></item><item><title>Closed Issue: Broken in Vs2010 SP1 [30347]</title><link>http://witcustomcontrols.codeplex.com/workitem/30347</link><description>&amp;#60;p&amp;#62;After updating visual studio 2010 to SP1 I get &amp;#38;quot&amp;#59;TF210004&amp;#58; The control could not be loaded from the assembly.&amp;#38;quot&amp;#59; where the control should be displayed.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: &lt;p&gt;Old issue, closing for now.&lt;/p&gt;</description><author>MOlausson</author><pubDate>Fri, 28 Dec 2012 12:18:59 GMT</pubDate><guid isPermaLink="false">Closed Issue: Broken in Vs2010 SP1 [30347] 20121228121859P</guid></item><item><title>Closed Issue: Multi-Value Control doesn't work with a WIT Template [29936]</title><link>http://witcustomcontrols.codeplex.com/workitem/29936</link><description>&amp;#60;p&amp;#62;I have a field with a multi-value control and have tried to create a work item template with specific values set.  Looks like it saves properly, but when I create a new work item from the template the values are blank.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: &lt;p&gt;Old issue, closing it for now and if someone reports it again we&amp;#39;ll take another look.&lt;/p&gt;</description><author>MOlausson</author><pubDate>Fri, 28 Dec 2012 12:18:34 GMT</pubDate><guid isPermaLink="false">Closed Issue: Multi-Value Control doesn't work with a WIT Template [29936] 20121228121834P</guid></item><item><title>Commented Issue: Multivalue control TFS 2012 [33111]</title><link>http://witcustomcontrols.codeplex.com/workitem/33111</link><description>&amp;#60;p&amp;#62;Hi, I would like to know if will be an update regarding &amp;#38;quot&amp;#59;MultiValueControl.wicc&amp;#38;quot&amp;#59; and &amp;#38;quot&amp;#59;CodePlex.WitCustomControls.dll&amp;#38;quot&amp;#59; for TFS 2012&amp;#63;&amp;#60;&amp;#47;p&amp;#62;&amp;#60;br&amp;#62;&amp;#60;p&amp;#62;&amp;#38;&amp;#35;160&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&amp;#60;br&amp;#62;&amp;#60;p&amp;#62;I tried to add a multivalue control in TFS 2012 and I got the below error&amp;#58;&amp;#60;&amp;#47;p&amp;#62;&amp;#60;br&amp;#62;&amp;#60;p&amp;#62;TF400939&amp;#58; The custom control type &amp;#39;CodePlex.WitCustomControls.MultiValueCustomControl.MultiValueControl&amp;#39; does not implement the IWorkItemControl interface or is compiled for a different version of Visual Studio.&amp;#60;&amp;#47;p&amp;#62;&amp;#60;br&amp;#62;&amp;#60;p&amp;#62;&amp;#38;&amp;#35;160&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&amp;#60;br&amp;#62;&amp;#60;p&amp;#62;Thanks and Regards.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: MOlausson ** &lt;p&gt;This is fixed in the 1.1.0.0 release.&lt;/p&gt;</description><author>MOlausson</author><pubDate>Fri, 28 Dec 2012 12:17:39 GMT</pubDate><guid isPermaLink="false">Commented Issue: Multivalue control TFS 2012 [33111] 20121228121739P</guid></item><item><title>Commented Issue: Multivalue control TFS 2012 [33111]</title><link>http://witcustomcontrols.codeplex.com/workitem/33111</link><description>&amp;#60;p&amp;#62;Hi, I would like to know if will be an update regarding &amp;#38;quot&amp;#59;MultiValueControl.wicc&amp;#38;quot&amp;#59; and &amp;#38;quot&amp;#59;CodePlex.WitCustomControls.dll&amp;#38;quot&amp;#59; for TFS 2012&amp;#63;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;I tried to add a multivalue control in TFS 2012 and I got the below error&amp;#58;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;TF400939&amp;#58; The custom control type &amp;#38;&amp;#35;39&amp;#59;CodePlex.WitCustomControls.MultiValueCustomControl.MultiValueControl&amp;#38;&amp;#35;39&amp;#59; does not implement the IWorkItemControl interface or is compiled for a different version of Visual Studio.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Thanks and Regards.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: MOlausson ** &lt;p&gt;We are looking at updating the Control for 2012, see the following discussion: http://witcustomcontrols.codeplex.com/discussions/376623&lt;/p&gt;&lt;p&gt;/ Mathias&lt;/p&gt;</description><author>MOlausson</author><pubDate>Mon, 08 Oct 2012 17:36:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: Multivalue control TFS 2012 [33111] 20121008053606P</guid></item><item><title>Created Issue: Multivalue control TFS 2012 [33111]</title><link>http://witcustomcontrols.codeplex.com/workitem/33111</link><description>Hi, I would like to know if will be an update regarding &amp;#34;MultiValueControl.wicc&amp;#34; and &amp;#34;CodePlex.WitCustomControls.dll&amp;#34; for TFS 2012&amp;#63;&lt;br /&gt;&lt;br /&gt;I tried to add a multivalue control in TFS 2012 and I got the below error&amp;#58;&lt;br /&gt;TF400939&amp;#58; The custom control type &amp;#39;CodePlex.WitCustomControls.MultiValueCustomControl.MultiValueControl&amp;#39; does not implement the IWorkItemControl interface or is compiled for a different version of Visual Studio.&lt;br /&gt;&lt;br /&gt;Thanks and Regards.&lt;br /&gt;</description><author>loki_rainbow</author><pubDate>Wed, 12 Sep 2012 14:04:37 GMT</pubDate><guid isPermaLink="false">Created Issue: Multivalue control TFS 2012 [33111] 20120912020437P</guid></item><item><title>Commented Issue: Broken in Vs2010 SP1 [30347]</title><link>http://witcustomcontrols.codeplex.com/workitem/30347</link><description>After updating visual studio 2010 to SP1 I get &amp;#34;TF210004&amp;#58; The control could not be loaded from the assembly.&amp;#34; where the control should be displayed.&lt;br /&gt;Comments: ** Comment from web user: jan1002 ** &lt;p&gt;I also had problems with VS 2010 SP1 and NET 4.0.&lt;br /&gt;The reason for the problem is that a mixture of assemblies is taken from GAC and VisualStudio folder with an invalid combination. To fix this, I did the following steps to force the custom control to use the assemblies I wanted&amp;#58;&lt;/p&gt;&lt;p&gt;- change Project to Build for .NET 4.0 Full&amp;#47;Client Profile&lt;br /&gt;- remove all references to TFS Assemblies from project and Build once &amp;#40;errors will occur&amp;#41;&lt;br /&gt;- collect these assemblies from Visual Studio Program Folder and add them directly to the WitCustomControls Project&amp;#58;&lt;/p&gt;&lt;p&gt;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;Microsoft Visual Studio 10.0&amp;#92;Common7&amp;#92;IDE&amp;#92;PrivateAssemblies&amp;#92;Microsoft.TeamFoundation.WorkItemTracking.Controls.dll&lt;/p&gt;&lt;p&gt;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;Microsoft Visual Studio 10.0&amp;#92;Common7&amp;#92;IDE&amp;#92;ReferenceAssemblies&amp;#92;v2.0&amp;#92;Microsoft.TeamFoundation.Client.dll&lt;/p&gt;&lt;p&gt;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;Microsoft Visual Studio 10.0&amp;#92;Common7&amp;#92;IDE&amp;#92;ReferenceAssemblies&amp;#92;v2.0&amp;#92;Microsoft.TeamFoundation.WorkItemTracking.Client&lt;/p&gt;&lt;p&gt;C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;Microsoft Visual Studio 10.0&amp;#92;Common7&amp;#92;IDE&amp;#92;ReferenceAssemblies&amp;#92;v2.0&amp;#92;Microsoft.TeamFoundation.Common.dll&lt;/p&gt;&lt;p&gt;- add direct references to the assemblies with Properties&amp;#58; local copy &amp;#61; true&amp;#59; specific version&amp;#61; true&amp;#59;&lt;br /&gt;- now the assemblies will belong to the output&lt;br /&gt;- deploy the whole build into the CustomControl folder C&amp;#58;&amp;#92;ProgramData&amp;#92;Microsoft&amp;#92;Team Foundation&amp;#92;Work Item Tracking&amp;#92;Custom Controls&amp;#92;10.0&lt;/p&gt;&lt;p&gt;- restart visual studio and open your workitem &lt;br /&gt;- to deploy the custom controls to other workstations simply copy the folder&lt;/p&gt;&lt;p&gt;The attached screenshot shows my CustomControlsFolder.&lt;/p&gt;&lt;p&gt;Jan&lt;/p&gt;</description><author>jan1002</author><pubDate>Fri, 27 Jan 2012 13:36:18 GMT</pubDate><guid isPermaLink="false">Commented Issue: Broken in Vs2010 SP1 [30347] 20120127013618P</guid></item><item><title>Commented Issue: Broken in Vs2010 SP1 [30347]</title><link>http://witcustomcontrols.codeplex.com/workitem/30347</link><description>After updating visual studio 2010 to SP1 I get &amp;#34;TF210004&amp;#58; The control could not be loaded from the assembly.&amp;#34; where the control should be displayed.&lt;br /&gt;Comments: ** Comment from web user: DrMurky ** &lt;p&gt;I am running into this same issue. Does anyone have any more information&amp;#63; Is there a solution yet&amp;#63;&lt;br /&gt;Thanks,&lt;br /&gt;Troy&lt;/p&gt;</description><author>DrMurky</author><pubDate>Thu, 09 Jun 2011 16:30:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Broken in Vs2010 SP1 [30347] 20110609043015P</guid></item><item><title>Commented Issue: Broken in Vs2010 SP1 [30347]</title><link>http://witcustomcontrols.codeplex.com/workitem/30347</link><description>After updating visual studio 2010 to SP1 I get &amp;#34;TF210004&amp;#58; The control could not be loaded from the assembly.&amp;#34; where the control should be displayed.&lt;br /&gt;Comments: ** Comment from web user: Philippecp ** &lt;p&gt;Seems like the conflict is with the TFS 2010 powertools March 2011&lt;/p&gt;</description><author>Philippecp</author><pubDate>Tue, 19 Apr 2011 18:33:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: Broken in Vs2010 SP1 [30347] 20110419063314P</guid></item><item><title>Created Issue: Broken in Vs2010 SP1 [30347]</title><link>http://witcustomcontrols.codeplex.com/workitem/30347</link><description>After updating visual studio 2010 to SP1 I get &amp;#34;TF210004&amp;#58; The control could not be loaded from the assembly.&amp;#34; where the control should be displayed.&lt;br /&gt;</description><author>Philippecp</author><pubDate>Tue, 15 Mar 2011 17:11:47 GMT</pubDate><guid isPermaLink="false">Created Issue: Broken in Vs2010 SP1 [30347] 20110315051147P</guid></item><item><title>Created Issue: Multi-Value Control doesn't work with a WIT Template [29936]</title><link>http://witcustomcontrols.codeplex.com/workitem/29936</link><description>I have a field with a multi-value control and have tried to create a work item template with specific values set.  Looks like it saves properly, but when I create a new work item from the template the values are blank.&lt;br /&gt;</description><author>jim_christenson</author><pubDate>Fri, 07 Jan 2011 17:00:21 GMT</pubDate><guid isPermaLink="false">Created Issue: Multi-Value Control doesn't work with a WIT Template [29936] 20110107050021P</guid></item><item><title>Closed Issue: Multiselect drop down control not collapsing on out of focus [17883]</title><link>http://witcustomcontrols.codeplex.com/WorkItem/View.aspx?WorkItemId=17883</link><description>The multiple select control once expanded does not collapse on out of focus event. Instead, user should explicitly click the control again to collapse it. In the attached screenshot, the control still remains, even after going to the next page.&lt;br /&gt;Comments: Resolved with changeset 64983.</description><author>hayderc</author><pubDate>Thu, 25 Mar 2010 17:57:36 GMT</pubDate><guid isPermaLink="false">Closed Issue: Multiselect drop down control not collapsing on out of focus [17883] 20100325055736P</guid></item><item><title>Closed Issue: Manually typed values do not get saved if they're not checkboxed [17733]</title><link>http://witcustomcontrols.codeplex.com/WorkItem/View.aspx?WorkItemId=17733</link><description>Current behavior&amp;#58;&lt;br /&gt;Some of our users are typing the values directly in the textbox, instead of selecting the values from the list of checkboxed values. When the work item is saved, those typed values are lost if they&amp;#8217;re not also selected with the checkboxes.&lt;br /&gt;&lt;br /&gt;Desired behavior&amp;#58;&lt;br /&gt;I type &amp;#91;value1&amp;#93; in the text box.&lt;br /&gt;Upon saving, the custom control checks if &amp;#91;value1&amp;#93; is a valid SUGGESTEDVALUE. &lt;br /&gt;If it is a valid value, then it saves it even if it&amp;#8217;s not checkboxed.&lt;br /&gt;Comments: Resolved with changeset 64983.</description><author>hayderc</author><pubDate>Thu, 25 Mar 2010 17:57:35 GMT</pubDate><guid isPermaLink="false">Closed Issue: Manually typed values do not get saved if they're not checkboxed [17733] 20100325055735P</guid></item><item><title>Created Issue: Error message loops indefinitelly when more than 255 characters</title><link>http://witcustomcontrols.codeplex.com/WorkItem/View.aspx?WorkItemId=22341</link><description>We use the MultiValuControl to indicate customers related to a specicif WI.&lt;br /&gt;When the length of the selected customer names reach 256 we get a message indicating &amp;#34;The set of values selected by the multiple value control in Customer Name exceeds the 255 character limit&amp;#34; witch is right but the problem is we can&amp;#39;t get out of it.  Each time we click on OK the same message reappears.&lt;br /&gt;&lt;br /&gt;The only way out is to kill Visual Studio...&lt;br /&gt;</description><author>jjslagace</author><pubDate>Mon, 11 May 2009 17:51:14 GMT</pubDate><guid isPermaLink="false">Created Issue: Error message loops indefinitelly when more than 255 characters 20090511055114P</guid></item><item><title>Commented Issue: Manually typed values do not get saved if they're not checkboxed</title><link>http://www.codeplex.com/WitCustomControls/WorkItem/View.aspx?WorkItemId=17733</link><description>Current behavior&amp;#58;&lt;br /&gt;Some of our users are typing the values directly in the textbox, instead of selecting the values from the list of checkboxed values. When the work item is saved, those typed values are lost if they&amp;#8217;re not also selected with the checkboxes.&lt;br /&gt;&lt;br /&gt;Desired behavior&amp;#58;&lt;br /&gt;I type &amp;#91;value1&amp;#93; in the text box.&lt;br /&gt;Upon saving, the custom control checks if &amp;#91;value1&amp;#93; is a valid SUGGESTEDVALUE. &lt;br /&gt;If it is a valid value, then it saves it even if it&amp;#8217;s not checkboxed.&lt;br /&gt;Comments: ** Comment from web user: shushengli ** &lt;p&gt;Another desired behavior&amp;#58;&lt;/p&gt;&lt;p&gt;User erase string in test box&lt;br /&gt;Upon saving, the custom control should uncheck all selection, then save blank value&lt;/p&gt;</description><author>shushengli</author><pubDate>Thu, 28 Aug 2008 20:59:16 GMT</pubDate><guid isPermaLink="false">Commented Issue: Manually typed values do not get saved if they're not checkboxed 20080828085916P</guid></item><item><title>Created Issue: Multiselect drop down control not collapsing on out of focus</title><link>http://www.codeplex.com/WitCustomControls/WorkItem/View.aspx?WorkItemId=17883</link><description>The multiple select control once expanded does not collapse on out of focus event. Instead, user should explicitly click the control again to collapse it. In the attached screenshot, the control still remains, even after going to the next page.&lt;br /&gt;</description><author>nirum</author><pubDate>Sat, 16 Aug 2008 00:41:59 GMT</pubDate><guid isPermaLink="false">Created Issue: Multiselect drop down control not collapsing on out of focus 20080816124159A</guid></item></channel></rss>