Hi,
I have a DataGrid populated by a sylite database. The data is displayed correctly.
I have the proble, that one of my columns contains GUIDs that are very long.
In other parts of my app I use a converter to shorten the GUID-string.
Is it possible to use Converters for grid-columns?
I checked auto generated columns and I tried GridTextColumns.
But I did not find a way to use a Converter.
Thanks
Jens