How to create MultiSelectFor using taghelpers? Without this I am unale to post form with selected values.
1 Answer, 1 is accepted
0
Accepted
Ianko
Telerik team
answered on 23 Jan 2018, 10:35 AM
Hello Tomasz,
The "for" functionality is up to be implemented. The native asp-for attribute is implemented only for the native form inputs, it cannot be utilized with custom tag helpers.
Currently, you can setup the name and value attributes corresponding to the model bound.