<?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 : BUG: SkipGroupFocus</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : BUG: SkipGroupFocus]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 14:18:31 +0000</pubDate>
  <lastBuildDate>Sat, 02 Aug 2008 11:55:35 +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=11059</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[BUG: SkipGroupFocus : Will be fixed in 12.0.2. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11059&amp;PID=39347&amp;title=bug-skipgroupfocus#39347</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3233">AndreiM</a><br /><strong>Subject:</strong> 11059<br /><strong>Posted:</strong> 02 August 2008 at 11:55am<br /><br />Will be fixed in 12.0.2.]]>
   </description>
   <pubDate>Sat, 02 Aug 2008 11:55:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11059&amp;PID=39347&amp;title=bug-skipgroupfocus#39347</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: SkipGroupFocus : Hi Jason,  I don&amp;#039;t need...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11059&amp;PID=36998&amp;title=bug-skipgroupfocus#36998</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11059<br /><strong>Posted:</strong> 19 June 2008 at 8:51am<br /><br />Hi Jason,<DIV>&nbsp;</DIV><DIV>I don't need a workaround..... I need&nbsp;CJ to fix this. It's beginning to like before with MS controls, Workaround here, workaround there, oh yes let's use an API call, let's subclass...... That's why I switched to other controls, I'm sick of workarounds <img src="https://forum.codejock.com/smileys/smiley11.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 19 Jun 2008 08:51:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11059&amp;PID=36998&amp;title=bug-skipgroupfocus#36998</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: SkipGroupFocus : I seem to recall that the PropertyGrid...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11059&amp;PID=36953&amp;title=bug-skipgroupfocus#36953</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 11059<br /><strong>Posted:</strong> 18 June 2008 at 7:54pm<br /><br />I seem to recall that the PropertyGrid exhibits the same problem...In any case, I've worked around it in the ReportControl as follows:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub ReportControl1_FocusChanging(ByVal NewRow As XtremeReportControl.IReportRow, ByVal NewColumn As XtremeReportControl.IReportColumn, ByVal NewItem As XtremeReportControl.IReportRecordItem, Cancel As Boolean)<br>&nbsp;&nbsp; Cancel = (NewRow.Record Is Nothing)<br>End Sub<br></pre></td></tr></table><br><br>It works because the Group rows don't have an associated record object.<br>]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 19:54:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11059&amp;PID=36953&amp;title=bug-skipgroupfocus#36953</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: SkipGroupFocus : Hi,  You are right about this,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11059&amp;PID=36928&amp;title=bug-skipgroupfocus#36928</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11059<br /><strong>Posted:</strong> 18 June 2008 at 10:12am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You are right about this, but I think there needs to be a focused row all the time. <strong><FONT color=#ff0000>But you are right</FONT>,</strong> when the property says SkipGroupFocus it has to function as it should!!!</DIV>]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 10:12:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11059&amp;PID=36928&amp;title=bug-skipgroupfocus#36928</guid>
  </item> 
  <item>
   <title><![CDATA[BUG: SkipGroupFocus :  When SkipGroupFocus is True,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11059&amp;PID=36798&amp;title=bug-skipgroupfocus#36798</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 11059<br /><strong>Posted:</strong> 16 June 2008 at 11:33am<br /><br />When SkipGroupFocus is True, focus will still go to the first/top group row when the user presses the up arrow key.]]>
   </description>
   <pubDate>Mon, 16 Jun 2008 11:33:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11059&amp;PID=36798&amp;title=bug-skipgroupfocus#36798</guid>
  </item> 
 </channel>
</rss>