<?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] No Contextmenu for selected Rows possible</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : [SOLVED] No Contextmenu for selected Rows possible]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 18:44:38 +0000</pubDate>
  <lastBuildDate>Tue, 19 Jul 2011 18:35:28 +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=18674</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] No Contextmenu for selected Rows possible : 13.4.2 behavior has been added...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18674&amp;PID=65364&amp;title=solved-no-contextmenu-for-selected-rows-possible#65364</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 18674<br /><strong>Posted:</strong> 19 July 2011 at 6:35pm<br /><br />13.4.2 behavior has been added for the release.<br><br><img src="uploads/1755/18674_multiselect.png" height="383" width="584" border="0" /><br><br><a href="uploads/1755/ReportSample_18674.zip" target="_blank">uploads/1755/ReportSample_18674.zip</a><br><br><br>]]>
   </description>
   <pubDate>Tue, 19 Jul 2011 18:35:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18674&amp;PID=65364&amp;title=solved-no-contextmenu-for-selected-rows-possible#65364</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] No Contextmenu for selected Rows possible :  It&amp;#039;s not possible to select...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18674&amp;PID=65297&amp;title=solved-no-contextmenu-for-selected-rows-possible#65297</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1570">Jebo</a><br /><strong>Subject:</strong> 18674<br /><strong>Posted:</strong> 15 July 2011 at 12:07pm<br /><br />It's not possible to <u>select Rows and click the right Mouse Button for a Context menu</u> <img src="http://forum.codejock.com/smileys/smiley18.gif" border="0" alt="Ouch" title="Ouch" /><br><br>Please try the folowing Code with v<b>13.4.2 </b>and with v<b>15.0.2</b> (<i>or 15.1.0 Beta</i>), select two or more Rows and click right Mouse Button!<br><br>You will see, in v13.4.2 it will work. In v15.x <b>NOT</b>! <br><br><br>Option Explicit<br>Private Sub Form_Load()<br>With ReportControl1<br>&nbsp;&nbsp;&nbsp; With .Columns<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add 0, "AAA", 100, False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add 1, "BBB", 50, False<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Add 2, "CCC", 80, False<br>&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Dim Record As ReportRecord, i As Long<br>&nbsp;&nbsp;&nbsp; For i = 1 To 50<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Record = .Records.Add()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Record.AddItem CStr(i)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Record.AddItem CStr(i)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Record.AddItem CStr(i)<br>&nbsp;&nbsp;&nbsp; Next<br>&nbsp;&nbsp;&nbsp; .Populate<br>End With<br>End Sub<br><br>Private Sub ReportControl1_RowRClick(ByVal Row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem)<br>&nbsp;&nbsp;&nbsp; MsgBox "Seleted Rows: " &amp; ReportControl1.SelectedRows.Count<br>End Sub<br><br>]]>
   </description>
   <pubDate>Fri, 15 Jul 2011 12:07:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18674&amp;PID=65297&amp;title=solved-no-contextmenu-for-selected-rows-possible#65297</guid>
  </item> 
 </channel>
</rss>