<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 41: Sort Not Working on Panel Grid</title><link>https://sourceforge.net/p/xwsplatform/tickets/41/</link><description>Recent changes to 41: Sort Not Working on Panel Grid</description><atom:link href="https://sourceforge.net/p/xwsplatform/tickets/41/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 19 Jun 2017 06:38:47 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/xwsplatform/tickets/41/feed.rss" rel="self" type="application/rss+xml"/><item><title>#41 Sort Not Working on Panel Grid</title><link>https://sourceforge.net/p/xwsplatform/tickets/41/?limit=50#7768</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;It is really hard to understand what you are saying...&lt;br/&gt;
What does it mean: i need to remove the key value from the SELECT clause?  Will the update/save still work if I do that?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mcarniel</dc:creator><pubDate>Mon, 19 Jun 2017 06:38:47 -0000</pubDate><guid>https://sourceforge.net7f8500321d6b3aaabf61ab580f1c4b17d77aa408</guid></item><item><title>#41 Sort Not Working on Panel Grid</title><link>https://sourceforge.net/p/xwsplatform/tickets/41/?limit=50#3a7b</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Look at the log file generated by Platorom on the server side:&lt;/p&gt;
&lt;p&gt;&amp;lt;yourinstallationpath&amp;gt;/logs/platform.log&lt;/p&gt;
&lt;p&gt;You can check out which SQL query is executed when you click on a column header to sort it.&lt;br/&gt;
Probably there is not any problem: you simply have clicked on multiple columns to sort and, consequently, additional order by clauses have been added to the base SQL query.&lt;br/&gt;
Bear in mind that every time you click on a column a new clause it added. Example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;click on column A -&amp;gt; select ... from ... where ... order by columnA&lt;/li&gt;
&lt;li&gt;then click on column B -&amp;gt; select ... from ... where ... order by columnA,columnB&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Threrefore, you could not notice any change in data on the grid, but that's due to the first order by condition!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mcarniel</dc:creator><pubDate>Mon, 12 Jun 2017 06:21:46 -0000</pubDate><guid>https://sourceforge.nete676539fa3a312a94e40c84d82ca5fa4c34807ac</guid></item><item><title>Sort Not Working on Panel Grid</title><link>https://sourceforge.net/p/xwsplatform/tickets/41/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In my developed application, I have selected Can Sort on the grid column properties and the column header responds to clicks (up and down arrows designating sort direction show up), however, the data in the grid doesn't actually sort.  Is there a setting somewhere that I'm missing that will make the data in the grid sort when clicking on the column headings?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tom Malick</dc:creator><pubDate>Fri, 09 Jun 2017 14:42:45 -0000</pubDate><guid>https://sourceforge.net1b2650496c57861f96ba25e7e78b1c3cb09ad297</guid></item></channel></rss>