<?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] BeforeDrawRow event markup escape chars</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : [SOLVED] BeforeDrawRow event markup escape chars]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 11:03:52 +0000</pubDate>
  <lastBuildDate>Fri, 06 Mar 2009 05:20:09 +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=13349</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] BeforeDrawRow event markup escape chars : Hi Jason,  I&amp;#039;m sorry, I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13349&amp;PID=46341&amp;title=solved-beforedrawrow-event-markup-escape-chars#46341</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13349<br /><strong>Posted:</strong> 06 March 2009 at 5:20am<br /><br />Hi Jason,<DIV>&nbsp;</DIV><DIV>I'm sorry, I didn't read your reply so well and didn't know you ask me something.</DIV><DIV>&nbsp;</DIV><DIV>If I set col.Caption with <strong>&amp;</strong> character inside a string, markup will breakup also. So I replaced <strong>&amp;</strong> character with <strong>&amp;amp;</strong> &nbsp;and it will work as should <img src="https://forum.codejock.com/smileys/smiley4.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 06 Mar 2009 05:20:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13349&amp;PID=46341&amp;title=solved-beforedrawrow-event-markup-escape-chars#46341</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] BeforeDrawRow event markup escape chars : Hi Aaron,Those should be the only...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13349&amp;PID=45440&amp;title=solved-beforedrawrow-event-markup-escape-chars#45440</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 13349<br /><strong>Posted:</strong> 13 February 2009 at 4:04pm<br /><br />Hi Aaron,<br><br>Those should be the only common characters that need escaping...what I'm not sure about is:<br><br>1) Whitespace/Unprintable characters (tab, CHR$(0) through CHR$(31), CHR$(127))<br>2) Extended ASCII characters (CHR$(128) through CHR$(255))<br>3) Unicode characters<br><br>Perhaps I'll run some tests...You mention that only the &amp; character was breaking the XAML validation..what happens if you add markup to your column next (e.g. Nood &lt;Bold&gt;Alarm&lt;/Bold&gt;)...does the group row text interpret the XAML as XAML tags, or does it show the tag string as text?<br>]]>
   </description>
   <pubDate>Fri, 13 Feb 2009 16:04:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13349&amp;PID=45440&amp;title=solved-beforedrawrow-event-markup-escape-chars#45440</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] BeforeDrawRow event markup escape chars : Hi Jason,  Thanks for reply...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13349&amp;PID=45438&amp;title=solved-beforedrawrow-event-markup-escape-chars#45438</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13349<br /><strong>Posted:</strong> 13 February 2009 at 1:33pm<br /><br />Hi Jason,<DIV>&nbsp;</DIV><DIV>Thanks for reply <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>With previous version I noticed that the Markup string didn't work in Grouped items, it showed the complete string and not as the Markup string should be... and only because of the "<strong>&amp;</strong>" char. In V13.0.0 it shows the Markup as should. Does this mean that CJ covered this already? I would like that support would reply on this, so I know that I don't need to do anything (at least for RC).</DIV><DIV>&nbsp;</DIV><DIV>Question though:&nbsp;the&nbsp;characters&nbsp;in the function are the only characters&nbsp;you need to replace for Markup? &nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 13 Feb 2009 13:33:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13349&amp;PID=45438&amp;title=solved-beforedrawrow-event-markup-escape-chars#45438</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] BeforeDrawRow event markup escape chars : Hey Aaron,You should escape your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13349&amp;PID=45436&amp;title=solved-beforedrawrow-event-markup-escape-chars#45436</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 13349<br /><strong>Posted:</strong> 13 February 2009 at 12:32pm<br /><br />Hey Aaron,<br><br>You should escape your plain-text before adding it to markup strings...I posted a function in the Xaml board a while ago that should do the trick:<br><br><a href="https://forum.codejock.com/forum_posts.asp?TID=10865" target="_blank">https://forum.codejock.com/forum_posts.asp?TID=10865</a><br><br>This function is only useful for escaping purely plain text that contains no markup/Xaml of it's own (since it will convert &lt; and &gt; characters to &amp;lt; and &amp;gt;)<br>]]>
   </description>
   <pubDate>Fri, 13 Feb 2009 12:32:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13349&amp;PID=45436&amp;title=solved-beforedrawrow-event-markup-escape-chars#45436</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] BeforeDrawRow event markup escape chars : Hi,  I am using V13.0.0 (just...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13349&amp;PID=45424&amp;title=solved-beforedrawrow-event-markup-escape-chars#45424</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13349<br /><strong>Posted:</strong> 13 February 2009 at 7:07am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I am using V13.0.0 (just for testing) and I see that this is solved ??? Is this correct ???</DIV><DIV>&nbsp;</DIV><DIV>If so, thank you very much <img src="https://forum.codejock.com/smileys/smiley4.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 13 Feb 2009 07:07:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13349&amp;PID=45424&amp;title=solved-beforedrawrow-event-markup-escape-chars#45424</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] BeforeDrawRow event markup escape chars : Did you try:&amp;amp;amp;I found that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13349&amp;PID=45185&amp;title=solved-beforedrawrow-event-markup-escape-chars#45185</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=570">nighthawk</a><br /><strong>Subject:</strong> 13349<br /><strong>Posted:</strong> 06 February 2009 at 10:39pm<br /><br />Did you try:<br><br><b>&amp;amp;</b><br><br>I found that special characters in XAML have the same codes as in HTML.&nbsp; For example, <b>&lt;</b> and <b>&gt; </b>are specified by the html codes<b> &amp;lt;</b> and <b>&amp;gt;</b> respectively.<br>]]>
   </description>
   <pubDate>Fri, 06 Feb 2009 22:39:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13349&amp;PID=45185&amp;title=solved-beforedrawrow-event-markup-escape-chars#45185</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] BeforeDrawRow event markup escape chars : Hi,   How to handle &amp;amp; char...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13349&amp;PID=45177&amp;title=solved-beforedrawrow-event-markup-escape-chars#45177</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13349<br /><strong>Posted:</strong> 06 February 2009 at 7:44am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>How to handle <strong><FONT size=2>&amp;</FONT></strong> char in Markup string? It doesn't work with markup for grouped rows&nbsp;in BeforeDrawRow event...</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;<img src="https://forum.codejock.com/uploads/20090206_074509_GroupAmpersand.JPG" border="0" /></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><FONT size=3></FONT>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 06 Feb 2009 07:44:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13349&amp;PID=45177&amp;title=solved-beforedrawrow-event-markup-escape-chars#45177</guid>
  </item> 
 </channel>
</rss>