<?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 : Read Only Property with button functionality</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Read Only Property with button functionality]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 17:43:32 +0000</pubDate>
  <lastBuildDate>Fri, 13 Jul 2007 05:49:14 +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=7318</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[Read Only Property with button functionality : Hi,  Yes, you need Item.Flags...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7318&amp;PID=24448&amp;title=read-only-property-with-button-functionality#24448</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7318<br /><strong>Posted:</strong> 13 July 2007 at 5:49am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>Yes, you need Item.Flags = 0.</DIV>]]>
   </description>
   <pubDate>Fri, 13 Jul 2007 05:49:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7318&amp;PID=24448&amp;title=read-only-property-with-button-functionality#24448</guid>
  </item> 
  <item>
   <title><![CDATA[Read Only Property with button functionality : Oleg -  What would this logical...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7318&amp;PID=24432&amp;title=read-only-property-with-button-functionality#24432</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1446">apuhjee</a><br /><strong>Subject:</strong> 7318<br /><strong>Posted:</strong> 12 July 2007 at 11:51am<br /><br />Oleg - <DIV>What would this logical syntax look like in C#?&nbsp; Obviously the compiler is not happy with item.Flags = !(PropertyItemFlags.ItemHasEdit);</DIV><DIV>&nbsp;</DIV><DIV>I would like to make all property items read-only without changing their visual appearance (item.ReadOnly dims the item).</DIV><DIV>&nbsp;</DIV><DIV>Thanks ~ jp</DIV><DIV>&nbsp;</DIV><DIV>EDIT:&nbsp; Not too sure if this is a clear way of doing it... but <FONT color=#ff0000>item.Flags = 0;</FONT> did what I wanted it to <img src="http://forum.codejock.com/smileys/smiley4.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Thu, 12 Jul 2007 11:51:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7318&amp;PID=24432&amp;title=read-only-property-with-button-functionality#24432</guid>
  </item> 
  <item>
   <title><![CDATA[Read Only Property with button functionality : Its also nice solution. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7318&amp;PID=23515&amp;title=read-only-property-with-button-functionality#23515</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7318<br /><strong>Posted:</strong> 08 June 2007 at 1:22am<br /><br />Its also nice solution.]]>
   </description>
   <pubDate>Fri, 08 Jun 2007 01:22:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7318&amp;PID=23515&amp;title=read-only-property-with-button-functionality#23515</guid>
  </item> 
  <item>
   <title><![CDATA[Read Only Property with button functionality : What we tried was Item.Flags=Not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7318&amp;PID=23499&amp;title=read-only-property-with-button-functionality#23499</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1971">Fossil</a><br /><strong>Subject:</strong> 7318<br /><strong>Posted:</strong> 07 June 2007 at 11:17am<br /><br />What we tried was Item.Flags=Not ItemHasEdit and that added a Expand Button to the Item.&nbsp; What I am doing is setting the forecolor of both the caption and value to gray text color and in request_edit setting cancel to true.&nbsp; Which seems to work.&nbsp; Did you mean something else?]]>
   </description>
   <pubDate>Thu, 07 Jun 2007 11:17:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7318&amp;PID=23499&amp;title=read-only-property-with-button-functionality#23499</guid>
  </item> 
  <item>
   <title><![CDATA[Read Only Property with button functionality : Hi,  You can remove ItemHasEdit...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7318&amp;PID=23485&amp;title=read-only-property-with-button-functionality#23485</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7318<br /><strong>Posted:</strong> 07 June 2007 at 1:29am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You can remove ItemHasEdit flag from Item.</DIV>]]>
   </description>
   <pubDate>Thu, 07 Jun 2007 01:29:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7318&amp;PID=23485&amp;title=read-only-property-with-button-functionality#23485</guid>
  </item> 
  <item>
   <title><![CDATA[Read Only Property with button functionality : Hi can there be a way to set an...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7318&amp;PID=23475&amp;title=read-only-property-with-button-functionality#23475</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1932">LittleJK</a><br /><strong>Subject:</strong> 7318<br /><strong>Posted:</strong> 06 June 2007 at 5:02pm<br /><br />Hi can there be a way to set an item to being readOnly = true and still have the in place button inside that item still fire? we are trying lock down the item so it forces the user to make all the changes in a popup fired by the button.<br><br>Thanks<br>]]>
   </description>
   <pubDate>Wed, 06 Jun 2007 17:02:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7318&amp;PID=23475&amp;title=read-only-property-with-button-functionality#23475</guid>
  </item> 
 </channel>
</rss>