Collating order for character data -
04-11-2008
, 09:29 AM
Hi.
I have a WinForms app (VS2008, C#, .NET 3.5) dislpaying data from an Access
database. My Regional Options for Windows are set to Icelandic. In this
program, I have a Form with a DataGridView where I display, say Customer ID
and Customer Name. I can choose to order by ID or Name and everything works
OK in the DataGridView. Then, I have a report (using the ReportViewer
control) for Customer data, where I can choose to order by, again, ID or
Name. This works except for some special (icelandic) characters, like Ö, Æ
etc. Where do I define the collating order for character data? Is this a
property of the ReportViewer control or what?
Regards,
Gudni |