<?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 : Left-click on column header</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Left-click on column header]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 11:15:19 +0000</pubDate>
  <lastBuildDate>Tue, 18 Jun 2013 08:40:47 +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=21711</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[Left-click on column header : Hi,please open a support ticket.Thanks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21711&amp;PID=71119&amp;title=leftclick-on-column-header#71119</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 21711<br /><strong>Posted:</strong> 18 June 2013 at 8:40am<br /><br />Hi,<br><br>please open a support ticket.<br><br>Thanks<br><br>]]>
   </description>
   <pubDate>Tue, 18 Jun 2013 08:40:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21711&amp;PID=71119&amp;title=leftclick-on-column-header#71119</guid>
  </item> 
  <item>
   <title><![CDATA[Left-click on column header : The work around I came up with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21711&amp;PID=71118&amp;title=leftclick-on-column-header#71118</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8105">paulm_wlc</a><br /><strong>Subject:</strong> 21711<br /><strong>Posted:</strong> 18 June 2013 at 7:55am<br /><br />The work around I came up with (which, so far, appears to work) is I hook into the ColumnWidthChanged event and record the last fired time. Then in the mouse down I check to see if ColumnWidthChanged has fired within the last few seconds - if it has, I ignore the left-click. I'd prefer something cleaner, though.]]>
   </description>
   <pubDate>Tue, 18 Jun 2013 07:55:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21711&amp;PID=71118&amp;title=leftclick-on-column-header#71118</guid>
  </item> 
  <item>
   <title><![CDATA[Left-click on column header : I am using the report control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21711&amp;PID=71112&amp;title=leftclick-on-column-header#71112</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8105">paulm_wlc</a><br /><strong>Subject:</strong> 21711<br /><strong>Posted:</strong> 17 June 2013 at 2:24pm<br /><br /> I am using the report control to display a paged list of records (I'm handling the paging). One of the things I'm attempting to handle is when the user clicks on a column header, I actually need to resort on the entire file (not just the page that is currently being displayed to the user). There doesn't appear to be a left-click event for the column headers (which seems to be a weird design decision).&nbsp;<div><br></div><div>I did some searching and one way I found to trap this event was in the mouse down event. So I now have code that responds to this event, does a HitTest, then checks to see if the object ht = 1, then checks to see if the column is sortable. If it is, I reload the correct page of data, sorted to match the column the user just clicked.</div><div><br></div><div>This seems to work (well, you do see the grid resort, then refresh when I load the correct page of data which isn't ideal, but it's still usable). However, during testing I noticed that ANY click inside of the column area causes this to fire - even just resizing the column headers.&nbsp;</div><div><br></div><div>Any ideas on how to get this event to fire ONLY when the user left-clicks on the column header (and not when they do things like resorting)?</div>]]>
   </description>
   <pubDate>Mon, 17 Jun 2013 14:24:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21711&amp;PID=71112&amp;title=leftclick-on-column-header#71112</guid>
  </item> 
 </channel>
</rss>