Q: Case insensitive sorting with DataView

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
 
J

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top