Hi there,
I have DataGrid whitch is binded to a MySQL table. I have defined the rows using: DataGridTextColumn Binding="{Binding Path=ip}".
When I try to order the DataGrid by clicking the Header it sorts the IP row like a string and so the results are not what I had expected.
What can I do?
thanks a lot