<?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 : validating empty cell on Value changed ?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : validating empty cell on Value changed ?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 24 May 2026 17:53:15 +0000</pubDate>
  <lastBuildDate>Wed, 25 Jun 2008 06:56:10 +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=11198</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[validating empty cell on Value changed ? : Hi,  Private Sub wndPropertyGridFiles_AfterEdit(ByVal...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11198&amp;PID=37399&amp;title=validating-empty-cell-on-value-changed#37399</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11198<br /><strong>Posted:</strong> 25 June 2008 at 6:56am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Private Sub wndPropertyGridFiles_AfterEdit(ByVal Item As XtremePropertyGrid.IPropertyGridItem, NewValue As String, Cancel As Boolean)<BR>&nbsp;&nbsp;&nbsp; If NewValue = Empty Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MsgBox "This field is required, cannot be empty"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Cancel = False ' I would expect this to work but it isn't :(<BR>&nbsp;&nbsp;&nbsp; End If<BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV>This event fires also when no value or same value&nbsp;is entered. But it should be selected again if cancel = false. I ask myself what the purpose of cancel in this event is <img src="https://forum.codejock.com/smileys/smiley5.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Wed, 25 Jun 2008 06:56:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11198&amp;PID=37399&amp;title=validating-empty-cell-on-value-changed#37399</guid>
  </item> 
  <item>
   <title><![CDATA[validating empty cell on Value changed ? :  Hi,Thanks for replying..I can...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11198&amp;PID=37397&amp;title=validating-empty-cell-on-value-changed#37397</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3858">BoboP</a><br /><strong>Subject:</strong> 11198<br /><strong>Posted:</strong> 25 June 2008 at 6:06am<br /><br />Hi,<br><br>Thanks for replying..<br>I can give default values but is there any other way , we can check for mandatory fields ? And warn user for empty fields? <img src="http://forum.codejock.com/smileys/smiley5.gif" border="0" align="absmiddle"><br><br><br>]]>
   </description>
   <pubDate>Wed, 25 Jun 2008 06:06:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11198&amp;PID=37397&amp;title=validating-empty-cell-on-value-changed#37397</guid>
  </item> 
  <item>
   <title><![CDATA[validating empty cell on Value changed ? : Hi,  Add items with default...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11198&amp;PID=37391&amp;title=validating-empty-cell-on-value-changed#37391</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11198<br /><strong>Posted:</strong> 25 June 2008 at 4:29am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Add items with default values. User knows what to enter (value or chars) and you don't have to check the empty fields. You only have to check <strong>if</strong> an item has been changed.</DIV>]]>
   </description>
   <pubDate>Wed, 25 Jun 2008 04:29:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11198&amp;PID=37391&amp;title=validating-empty-cell-on-value-changed#37391</guid>
  </item> 
  <item>
   <title><![CDATA[validating empty cell on Value changed ? : Hi !I used values changed event...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11198&amp;PID=37385&amp;title=validating-empty-cell-on-value-changed#37385</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3858">BoboP</a><br /><strong>Subject:</strong> 11198<br /><strong>Posted:</strong> 25 June 2008 at 3:31am<br /><br />Hi !<br>I used values changed event to identify if cell value is empty . But if cell value is empty and it looses its focus , values changed event does not get fired.<br>It fires only if you types something.<br>Now my problem id prevent user from keeping some cells empty . How to do that <br><br>Help !<br>]]>
   </description>
   <pubDate>Wed, 25 Jun 2008 03:31:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11198&amp;PID=37385&amp;title=validating-empty-cell-on-value-changed#37385</guid>
  </item> 
 </channel>
</rss>