Hi,
I was wondering if there is some way to do a "natural sort" on my data in the report. The bulk of my columns are text strings that should also be numerically sorted.
ie.
Item 1
Item 10
Item 2
should be
Item 1
Item 2
Item 10
Any recommendations how I can accomplish what I need to do? I should also point out that I also have nested sorts so have the data pre-sorted doesn't work.
Ideally it would be great if there was some way to hook onto a callback or pass in an IComparer which does the sorting logic. This would be true of the grid control too.
Cheers,
Clint
I was wondering if there is some way to do a "natural sort" on my data in the report. The bulk of my columns are text strings that should also be numerically sorted.
ie.
Item 1
Item 10
Item 2
should be
Item 1
Item 2
Item 10
Any recommendations how I can accomplish what I need to do? I should also point out that I also have nested sorts so have the data pre-sorted doesn't work.
Ideally it would be great if there was some way to hook onto a callback or pass in an IComparer which does the sorting logic. This would be true of the grid control too.
Cheers,
Clint