[CLOSED] GridPanel sortable: case insensitive

  1. #1

    [CLOSED] GridPanel sortable: case insensitive

    Hello,

    When I set the config option Sortable on a GridPanel's column to true, the sort is done with respect to the case in order word it is case sensitive. How can i make it case insensitive?

    Any idea?

    Romuald.
    Last edited by Daniil; Oct 06, 2010 at 3:05 PM. Reason: [CLOSED]
  2. #2
    Hi Romuald,

    Please set the respective value of RecordField's SortType property. AsUCText is for case insensitive sorting.

    Example
    <ext:RecordField Name="test1" SortType="AsUCText"/>

Similar Threads

  1. [CLOSED] Need ability to search combobox items by lower case or upper case
    By wisdomchuck in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 23, 2012, 1:40 PM
  2. [CLOSED] Sortable columns in ColumnHeaderGroups
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: May 25, 2012, 12:16 PM
  3. [CLOSED] Problem making ListView not sortable
    By cmack in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 18, 2011, 8:54 PM
  4. [CLOSED] Hide sortable menù
    By John_Writers in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 10, 2011, 7:21 PM
  5. [CLOSED] Listview Sortable=false not working
    By jchau in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Feb 21, 2011, 5:56 PM

Posting Permissions