Store Sort Type not working

  1. #1

    Store Sort Type not working

    Store sortType is not working in my code.

    [CODE]
    <ext:JsonReader Root="Rows" TotalProperty="totalCount">
    <Fields>
    <ext:RecordField Name="teamid" />
    <ext:RecordField Name="team" SortType="asUCText" />
    <ext:RecordField Name="chain" />
    <ext:RecordField Name="teamusercount" />
    </Fields>
    </ext:JsonReader>
    [CODE]


    Is there any way to sort like

    abc
    AB

    Lowecase should come first in ASC sort Direction.

    Any Idea?

    Thanks in Advance.


  2. #2

    RE: Store Sort Type not working

    Hi,

    asUCText is case insensitive sorting (Strips all HTML tags to sort on text only - Case insensitive)
    *
    use*asText -*Strips all HTML tags to sort on text only
    or don't ser SortType then will be used string case sensitive sorting (if type is empty or String)


  3. #3

    RE: Store Sort Type not working

    Hi,

    Thankyou very much for quick reply.
    I have tried all combinations SortType="asUCText" , SortType="None" and without SortType.
    But its not displaying with lowercase as fist with ASC direction.

    For example, here is my grid list with out sort direction.

    Team M
    Team n
    Team C
    Team a.

    If we go for Sort Direction ASC, the result should look like

    Team a
    Team n
    Team C
    Team M

    any idea"







Similar Threads

  1. [CLOSED] Remote sort with LinqDataSource not working
    By PhilG in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Mar 06, 2012, 3:15 PM
  2. [CLOSED] how to pass sort and dir through baseparams on store
    By yobnet in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 13, 2010, 7:55 AM
  3. [CLOSED] [1.0] Store sort and grouping
    By ljankowski in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 09, 2010, 1:17 PM
  4. Store sort not working?
    By Tbaseflug in forum 1.x Help
    Replies: 1
    Last Post: May 04, 2009, 11:30 PM
  5. ComboBox to Sort Store By Fields
    By Tbaseflug in forum 1.x Help
    Replies: 2
    Last Post: Apr 22, 2009, 4:02 PM

Posting Permissions