Topic: Sort data in TableGrid with diacritics

Hello everyone,
how to sort data from the table to sort by Czech alphabet from A, B, C, Č, D, ... Z, Ž My table contains a surname column with diacritics (Czech language set). I use SQLite.

Can someone please help me?

Re: Sort data in TableGrid with diacritics

Hello.


Unfortunately it does not support, you can do it only using script.
TableGrid has event OnChange, when you can change rows position by function Form1.TableGrid1.MoveRow()

Dmitry.