Multiselect - checkboxes - asp net core

1 Answer 437 Views
MultiSelect
shashank
Top achievements
Rank 1
Iron
shashank asked on 09 Oct 2023, 09:14 PM

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

 
Karthik
Top achievements
Rank 1
commented on 27 Jan 2025, 07:30 AM | edited

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

Mihaela
Telerik team
commented on 29 Jan 2025, 10:47 PM

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

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 13 Oct 2023, 01:37 PM

Hello Shashank,

Thank you for contacting us!

I have forwarded your inquiry to a Sales representative and he will contact you shortly to address all your questions.

Let me know if there's anything else we can do.

 

Regards,
Peter
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the only REPL playground for creating, saving, running, and sharing server-side code.
Tags
MultiSelect
Asked by
shashank
Top achievements
Rank 1
Iron
Answers by
Peter
Telerik team
Share this question
or