I want to use this demo: https://demos.telerik.com/aspnet-core/multiselect and have a checkbox on left side of the list.
Upon selecting the tag I want to see the count of items selected instead of showing them as chips with names as selected.
I want to use this demo : https://demos.telerik.com/kendo-ui/dropdownlist/index and have a checkbox and show count for no of tags selected as in this demo: Kendo UI Snippet | Kendo UI Dojo (telerik.com).
I see a jquery approach but I want to implement a html tag helper approach in both cases for asp net core
I have attached a image that I have as UI
Hi,
We have similar requirement, Multiselect should have checkboxes for it's Items and Select All, user can select any number of Items, or Select All.
I can see the simple example in syncfusion library, we need like the below example
https://ej2.syncfusion.com/aspnetcore/multiselect/checkbox#/tailwind3
Please let me know if you have any example for ASP.NET Core with Tag Helper
Hi Karthik,
You can customize the layout of the MultiSelect to include checkboxes and other type of content with the HeaderTemplate(), ItemTemplate() and TagTemplate() options as is demonstrated in the online demo below:
https://demos.telerik.com/aspnet-core/multiselect/template
Also, for your convenience, I have prepared a REPL sample that contains a MultiSelect TagHelper editor with checkboxes:
https://netcorerepl.telerik.com/cfulcNmG43YOU40716
Best,
Mihaela