3-Way sorting in ultragrid

Posted by M_Mogharrabi on Stack Overflow See other posts from Stack Overflow or by M_Mogharrabi
Published on 2012-12-03T07:50:44Z Indexed on 2012/12/12 23:04 UTC
Read the original article Hit count: 194

Filed under:
|
|
|

how can i have a ultragrid with 3-way sorting on every columns? I mean :

a. Ascendiing -Indicated by default ascending SortIndicator.

b. Descending- Indicated by default descending SortIndicator.

c. No Sort- UnSort the column.

Note: I have tried BeforeSortChanged Event but i had 2 problems:

  1. I could not get the previous column sort indicator to find out when should i disable sorting.

  2. I have got an Exception where it is saying that we can't change SortIndicator in BeforeSortChange Event

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms