Q: Case insensitive sorting with DataView

  • Thread starter Thread starter Jacek
  • Start date Start date
J

Jacek

Hello!

Using a DataView for sorting is quite straightforward, however, I could not
find any way to do case insensitive sort on String column.
I work with multiple languages using UTF-8 encoding in asp.net app. I need
to support culture specific sorting preferences and pogramatically choose
between case sensitive and case insensitive sorting.

any ideas?

Jacek
 
Hi!

Thanks, that fixed the problem. However funny thing is that Underlying table
CaseSensitive property is by default false while DataView will sort without
setting it as it would be true. Strange things happen here.

Cheers

Jacek
 
Back
Top