Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid forced sort on column

    I would like to have my list grid forced to sort ona certain Column, regardless of what column user will sellect for sort.
    I have a grid that presents some events for elements and i would like to force a sort on a evetn SeqNo.
    So if i have:
    Id Seqno Other col
    1 1 C
    2 1 A
    2 2 A
    3 1 B
    And a user sorts descending on Id then i get
    3 1
    2 2
    2 1
    1 1
    While i would like to force the sort to be made on the id col, followed by SeqNo.
    I've thouth about a onSort event to override the sort requested by user but i cant find that in the docs. Can u please help me?
    Regards
    Jacek
Working...
X