<?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 : Any way to remove row from SelectedRows</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Any way to remove row from SelectedRows]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 00:38:10 +0000</pubDate>
  <lastBuildDate>Mon, 05 Feb 2007 08:02:33 +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=6252</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[Any way to remove row from SelectedRows : Thank you. I will try it.  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6252&amp;PID=20078&amp;title=any-way-to-remove-row-from-selectedrows#20078</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2710">davidmcelroy</a><br /><strong>Subject:</strong> 6252<br /><strong>Posted:</strong> 05 February 2007 at 8:02am<br /><br />Thank you. I will try it.]]>
   </description>
   <pubDate>Mon, 05 Feb 2007 08:02:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6252&amp;PID=20078&amp;title=any-way-to-remove-row-from-selectedrows#20078</guid>
  </item> 
  <item>
   <title><![CDATA[Any way to remove row from SelectedRows : Hi,Unselect a specific row you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6252&amp;PID=19935&amp;title=any-way-to-remove-row-from-selectedrows#19935</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6252<br /><strong>Posted:</strong> 31 January 2007 at 5:51am<br /><br />Hi,<br><br>Unselect a specific row you can with assigning its property:<br><table width="99%"><tr><td><pre class="BBcode"><br>wndReport.Rows(i).Selected = False<br></pre></td></tr></table><br><br>Also you can handle a collection of dragging records with handling BeginDrag event:<br><table width="99%"><tr><td><pre class="BBcode"><br>'The BeginDrag event occurs when records are being dragged from\within the Report Control, and provides a<br>'ReportRecords collection containing all of the selected records when the drag operation started.<br>Private Sub wndReport_BeginDrag(ByVal Records As XtremeReportControl.IReportRecords)<br>&nbsp;&nbsp;&nbsp; Debug.Print "Begin Drag. Records.Count = " &amp; Records.Count<br>End Sub<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 31 Jan 2007 05:51:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6252&amp;PID=19935&amp;title=any-way-to-remove-row-from-selectedrows#19935</guid>
  </item> 
  <item>
   <title><![CDATA[Any way to remove row from SelectedRows : I&amp;#039;m implementing my own drag...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6252&amp;PID=19815&amp;title=any-way-to-remove-row-from-selectedrows#19815</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2710">davidmcelroy</a><br /><strong>Subject:</strong> 6252<br /><strong>Posted:</strong> 28 January 2007 at 10:53am<br /><br />I'm implementing my own drag and drop capability within the same Report Control. When someone starts to drag a group of records, I need to check the staus of each record and sometimes I need to "prevent" the user from dragging specific records. I have a custom cursor that shows what they are dragging and it is easy enough to disply only what they can move. <DIV>&nbsp;</DIV><DIV>The problem is how do "Unselect" specific rows programatically?</DIV><DIV>&nbsp;</DIV><DIV>Thank you in advance for your time and assistance.</DIV>]]>
   </description>
   <pubDate>Sun, 28 Jan 2007 10:53:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6252&amp;PID=19815&amp;title=any-way-to-remove-row-from-selectedrows#19815</guid>
  </item> 
 </channel>
</rss>