<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : SOLVED: How to disable a checkbox</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : MarkupLabel Control : SOLVED: How to disable a checkbox]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 27 Apr 2026 04:30:33 +0000</pubDate>
  <lastBuildDate>Tue, 21 Sep 2010 04:51:15 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=16760</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[SOLVED: How to disable a checkbox : Hi,  It seems to be solved in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16760&amp;PID=60345&amp;title=solved-how-to-disable-a-checkbox#60345</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4289">fjosesen</a><br /><strong>Subject:</strong> 16760<br /><strong>Posted:</strong> 21 September 2010 at 4:51am<br /><br />Hi,<DIV>&nbsp;&nbsp;&nbsp; It seems to be solved in 13.4.1, at least for 'CheckBox' and for 'RadioButton' elements.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Well done! <img src="http://forum.codejock.com/smileys/smiley32.gif" height="17" width="18" border="0" alt="Clap" title="Clap" /></DIV>]]>
   </description>
   <pubDate>Tue, 21 Sep 2010 04:51:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16760&amp;PID=60345&amp;title=solved-how-to-disable-a-checkbox#60345</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: How to disable a checkbox : Support team has confirmed it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16760&amp;PID=58773&amp;title=solved-how-to-disable-a-checkbox#58773</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4289">fjosesen</a><br /><strong>Subject:</strong> 16760<br /><strong>Posted:</strong> 02 June 2010 at 4:05am<br /><br />&nbsp;&nbsp;&nbsp; Support team has confirmed it is a bug and will be fixed on release 14.0.<DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 02 Jun 2010 04:05:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16760&amp;PID=58773&amp;title=solved-how-to-disable-a-checkbox#58773</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: How to disable a checkbox : Looks like a bug - I even tried...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16760&amp;PID=58702&amp;title=solved-how-to-disable-a-checkbox#58702</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 16760<br /><strong>Posted:</strong> 27 May 2010 at 3:37pm<br /><br />Looks like a bug - I even tried it using a Trigger just to see if I could find a workaround, but no luck.<br><br>I'll add it to the <a href="http://forum.codejock.com/forum_posts.asp?TID=16408" target="_blank">TODO list</a>, but it would be helpful if you could <a href="https://support.codejock.com" target="_blank">open a ticket with Codejock</a> and get back to me if it gets resolved.<br><br>Thanks for reporting the problem.<br><br>]]>
   </description>
   <pubDate>Thu, 27 May 2010 15:37:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16760&amp;PID=58702&amp;title=solved-how-to-disable-a-checkbox#58702</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: How to disable a checkbox : Hi,   I&amp;#039;d like to create...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16760&amp;PID=58696&amp;title=solved-how-to-disable-a-checkbox#58696</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4289">fjosesen</a><br /><strong>Subject:</strong> 16760<br /><strong>Posted:</strong> 27 May 2010 at 12:59pm<br /><br /><DIV>&nbsp;&nbsp;&nbsp; Hi,</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; I'd like to create a stack panel filled with several check boxes, some of them in a disabled status. How can I do it?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; I'm testing this small piece of code without success:</DIV><DIV>&nbsp;</DIV><DIV>&lt;StackPanel&gt;<BR>&nbsp;&lt;CheckBox Tag='1' Margin="1" Width="Auto" HorizontalAlignment="Left" IsChecked='True' Content="CK1"/&gt;<BR>&nbsp;&lt;CheckBox Tag='2' Margin="1" Width="Auto" HorizontalAlignment="Left" IsChecked='True' Content="CK3" IsEnabled='False'/&gt;<BR>&lt;/StackPanel&gt;<BR></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Kind regards</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 27 May 2010 12:59:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16760&amp;PID=58696&amp;title=solved-how-to-disable-a-checkbox#58696</guid>
  </item> 
 </channel>
</rss>