<?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 : Multi level sorting</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Multi level sorting]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 18:29:22 +0000</pubDate>
  <lastBuildDate>Sun, 27 Jan 2008 12:19:31 +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=9418</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[Multi level sorting : Codejock&amp;#039;s help : Example...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9418&amp;PID=30525&amp;title=multi-level-sorting#30525</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2958">wlcabral</a><br /><strong>Subject:</strong> 9418<br /><strong>Posted:</strong> 27 January 2008 at 12:19pm<br /><br /><P>Codejock's help :</P><P><BR>Example<BR>&#091;Visual Basic&#093; This sample illustrates how to sort the columns in the ReportControl. If you had 8 columns added to the ReportControl, this sample would sort the columns first by the column at Itemindex 7, then by the column at ItemIndex 2, then by the column at ItemIndex 5.</P><P><BR>&nbsp;&nbsp;&nbsp; 'This code below will add three columns to the SortOrder collection of coluns.<BR>&nbsp;&nbsp;&nbsp; 'This will cause the columns in the ReportControl to first be sorted by column 7,<BR>&nbsp;&nbsp;&nbsp; 'which has an index of zero (0) in the SortOrder collection. Columns are first sorted<BR>&nbsp;&nbsp;&nbsp; 'in the order that they are added to the SortOrder collection.</P><P>&nbsp;&nbsp;&nbsp; wndReportControl.SortOrder.Add wndReportControl.Columns(7)<BR>&nbsp;&nbsp;&nbsp; wndReportControl.SortOrder.Add wndReportControl.Columns(2)<BR>&nbsp;&nbsp;&nbsp; wndReportControl.SortOrder.Add wndReportControl.Columns(5)</P><P>&nbsp;&nbsp;&nbsp; 'This will cause the column at index 1 of the SortOrder collection to be sorted<BR>&nbsp;&nbsp;&nbsp; 'in descending order.<BR>&nbsp;&nbsp;&nbsp; wndReportControl.SortOrder(1).SortAscending = False</P><P>&nbsp;&nbsp;&nbsp; 'Any time you add or delete columns to the SortOrder or GroupOrder collections,<BR>&nbsp;&nbsp;&nbsp; 'the Populate method must be called to show the changes in the ReportControl's view.</P><P>&nbsp;&nbsp;&nbsp; wndReportControl.Populate </P><P>&nbsp;</P><P>Example<BR>&#091;Visual Basic&#093; This sample illustrates how to remove all columns from the ReportControl's collection of SortOrder and GroupOrder columns.</P><P><BR>&nbsp;&nbsp;&nbsp; 'Removes all columns from the ReportControl's GroupsOrder collection<BR>&nbsp;&nbsp;&nbsp; wndReportControl.GroupsOrder.DeleteAll</P><P>&nbsp;&nbsp;&nbsp; 'Removes all columns from the ReportControl's SortOrder collection<BR>&nbsp;&nbsp;&nbsp; wndReportControl.SortOrder.DeleteAll <BR></P>]]>
   </description>
   <pubDate>Sun, 27 Jan 2008 12:19:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9418&amp;PID=30525&amp;title=multi-level-sorting#30525</guid>
  </item> 
  <item>
   <title><![CDATA[Multi level sorting : Hi,  Is it possible in the ReportControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9418&amp;PID=30522&amp;title=multi-level-sorting#30522</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2864">sunbeam</a><br /><strong>Subject:</strong> 9418<br /><strong>Posted:</strong> 27 January 2008 at 6:38am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Is it possible in the ReportControl to sort on one column, than sort on another column within that column, than sort on another column within that second column etc... without grouping them together?</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance</DIV>]]>
   </description>
   <pubDate>Sun, 27 Jan 2008 06:38:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9418&amp;PID=30522&amp;title=multi-level-sorting#30522</guid>
  </item> 
 </channel>
</rss>