Hi,
this is about,
http://community.infragistics.com/forums/p/49490/261311.aspx#261311
where I have requirement which is explained as follows:
"I have a UltragGrid which has some 9 column. But I need two types of sorts for these columns. i.e Some columns need default sorting provided by UltraGrid, and some other columns requires Three Way Sorting."
Three Way Sorting in my point of view is:
a. Ascendiing -Indicated by default ascending SortIndicator.
b. Descending- Indicated by default descending SortIndicator.
c. Absolute Descending: shoudl be indicated by a + sign.
I tried the approach suggested by Mike, but unfortunately I didn't get this work. I want this kind of sorting only for second and third column. But I am getting + (Icon for absolute sorting) for all columns. Even the sorting also not working properly. Since this part is very crucial to my project(should be fixed early), can someone take this dummy project and tell me where I am doing wrong.
Thanks,
Sanjeev.
I have done this. Thanks you very much.