Hello,
I'm trying to bind the sfDataForm to a List.
The list contains only strings (List<string>()).
Now what I'd like to do is to change the editor for each element of that list, like Date or Time editor.
What I tried is to convert the value in the OnSet and convert it back in the OnGet method. That doesn't work and it gives me an exception.
I used the https://help.syncfusion.com/xamarin/sfdataform/working-with-dataform#manually-generate-dataformitems-for-data-dictionary example as a start.
How would I add a converter to each value?
Kind regards.