Possible to sort column within column?

Hi,

I'm currently adding columns to be sorted as follows:

sorter.SortFields.Add(cell1.ColumnIndex, SortOn.Values, sort2);

where sorter is an iDataSort

IF i add a single column and sort the sort works fine. If I add a second column however, the sort appears to ignore the first column and simply sort on the second. Is there a way to do this? An example of the output I expect is below


A 1
A 2
A 3
B 1
B 2
B 3

Instead it is currently returning
A 1
B 1
A 2
B 2
A 3
B 3



1 Reply

MK Manoj Kumar G M Syncfusion Team January 12, 2012 12:45 PM UTC

Hi James,

Thank you for using Syncfusion products.

We are able to reproduce the reported issue at our side and suspect this could be a defect.

So we request you to open a new direct-trac incident with a simple issue reproducing sample for further follow up on this issue.
Direct-Trac Link:

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents

Please, let us know if you require any further clarifications.

Regards,
Manojkumar.



Loader.
Up arrow icon