Hello Team!
having some problem with ComboBox and Dictionnary<string, string>
<SfComboBox ID="inputName" TItem="Dictionary<string, string>" TValue="string" DataSource="@Datasource" @bind-Value="@cell.ColumnValue">
<ComboBoxFieldSettings Value="Key" Text="Value"></ComboBoxFieldSettings>
</SfComboBox>
Dictionary<string, string> Datasource = new Dictionary<string, string>();
seem like it only allows List<> type, How can i make it work?
Thanks,
Chimene Nk.