Hi,
When I try and bind a string which has a GUID format to a dropdown list
<SfDropDownList TValue="string[]" DataSource="@Tree.Parent.Options.response_set_object.responses" TItem="Respons" @bind-Value="Tree.Options.values">
<DropDownListFieldSettings Text="label" Value="id"></DropDownListFieldSettings>
</SfDropDownList>
We get the following console exception
Unexpected character encountered while parsing value: a. Path '', line 0, position 0.
at Newtonsoft.Json.JsonTextReader.ParseValue()