This is a migrated thread and some comments may be shown as answers.

No checkboxlist ?

2 Answers 1031 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
BitShift
Top achievements
Rank 1
Veteran
BitShift asked on 17 Jun 2020, 06:20 PM

Any plans to implement a checkboxlist component?
Like in the aspnet-ajax library?  Would come in handy with several projects im working on
https://docs.telerik.com/devtools/aspnet-ajax/controls/checkboxlist/overview

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 18 Jun 2020, 06:11 AM

Hello,

This is the first time we receive such a question and in Blazor you can very easily do a loop over the data source you have to render several checkboxes, so the need for a list component decreases dramatically. You an find a very similar example in the second snippet here: https://docs.telerik.com/blazor-ui/components/checkbox/indeterminate-state - it uses a loop over a collection called Deliveries. You could, of course, use two-way binding instead, this example showscases the Indeterminate state.

Would such a setup work for you? Would you expect a checkboxlist component to provide anything else?

 

Regards,
Marin Bratanov
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
0
BitShift
Top achievements
Rank 1
Veteran
answered on 18 Jun 2020, 09:55 PM
Yes, thats more or less what I ended up doing.  Still kinda new but im getting the hang of it.  Liking this library so far, especially the grid.
Tags
General Discussions
Asked by
BitShift
Top achievements
Rank 1
Veteran
Answers by
Marin Bratanov
Telerik team
BitShift
Top achievements
Rank 1
Veteran
Share this question
or