<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 41: Sort Not Working on Panel Grid</title><link href="https://sourceforge.net/p/xwsplatform/tickets/41/" rel="alternate"/><link href="https://sourceforge.net/p/xwsplatform/tickets/41/feed.atom" rel="self"/><id>https://sourceforge.net/p/xwsplatform/tickets/41/</id><updated>2017-06-19T06:38:47.465000Z</updated><subtitle>Recent changes to 41: Sort Not Working on Panel Grid</subtitle><entry><title>#41 Sort Not Working on Panel Grid</title><link href="https://sourceforge.net/p/xwsplatform/tickets/41/?limit=50#7768" rel="alternate"/><published>2017-06-19T06:38:47.465000Z</published><updated>2017-06-19T06:38:47.465000Z</updated><author><name>mcarniel</name><uri>https://sourceforge.net/u/mcarniel/</uri></author><id>https://sourceforge.net7f8500321d6b3aaabf61ab580f1c4b17d77aa408</id><summary type="html">&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;</summary></entry><entry><title>#41 Sort Not Working on Panel Grid</title><link href="https://sourceforge.net/p/xwsplatform/tickets/41/?limit=50#3a7b" rel="alternate"/><published>2017-06-12T06:21:46.592000Z</published><updated>2017-06-12T06:21:46.592000Z</updated><author><name>mcarniel</name><uri>https://sourceforge.net/u/mcarniel/</uri></author><id>https://sourceforge.nete676539fa3a312a94e40c84d82ca5fa4c34807ac</id><summary type="html">&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;</summary></entry><entry><title>Sort Not Working on Panel Grid</title><link href="https://sourceforge.net/p/xwsplatform/tickets/41/" rel="alternate"/><published>2017-06-09T14:42:45.414000Z</published><updated>2017-06-09T14:42:45.414000Z</updated><author><name>Tom Malick</name><uri>https://sourceforge.net/u/tmalick/</uri></author><id>https://sourceforge.net1b2650496c57861f96ba25e7e78b1c3cb09ad297</id><summary type="html">&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;</summary></entry></feed>