AutoComplete Form Component Help

I can't figure out how to use the AutoComplete component inside of the Radzen Editor.

I have a Table called TestTable and 3 columns (Id, C1, C2).

I want to have 3 fields where I can do AutoComplete on the Id field and populate C1 and C2 accordingly.

Any guidance would help. I tried reading and copying the Documentation, also google searching and couldn't find anything.

Thanks!

Hi @Chad_Lomax,

AutoComplete will not work in this case - the component can search only single string field. For your case you need DropDown with custom filtering:
https://blazor.radzen.com/dropdown