Select all items of a Group in a ListBox

Hi, I have created a ListBox and Enabled Groups

I have also enabled checkboxes, and a Checkbox is shown for the group. But when I click at the checkbox group I expect it to select all items of the group, but nothing happens

Is that intentional? What should be the behavior?


            <SfListBox @bind-Value="@PapelView.PoliticasSelecionadas" DataSource="@PoliticasDisponiveis" TItem="PapelPoliticaViewModel" TValue="List<int>">
               <ListBoxSelectionSettings ShowCheckbox="true" Mode="SelectionMode.Multiple" ShowSelectAll="true"></ListBoxSelectionSettings>
               <ListBoxFieldSettings Value="PoliticaValue" GroupBy="GrupoPolitica"></ListBoxFieldSettings>
               
               <ListBoxTemplates TItem="PapelPoliticaViewModel">
                  <ItemTemplate>
                     @{
                        var item = context as PapelPoliticaViewModel;
                     }
                     <span>@SafePosition.Resource.Resources.Language.ResourceManager.GetString(item.Politica.ToString())</span>

                  </ItemTemplate>

               </ListBoxTemplates>
            </SfListBox>





6 Replies 1 reply marked as answer

TS Thaneegairaj Sankar Syncfusion Team December 15, 2021 05:28 PM UTC

Hi Daniel,


Thanks for contacting Syncfusion support. 


We have checked your reported issue and we can be able reproduce the reported issue in our end. So, we have logged this as a bug report to provide group header without checkbox, and this fix will be available on 5th January 2022.We appreciate your patience until then. You can also track the status of this issue fix by using our feedback portal link.


Feedback Link: https://www.syncfusion.com/feedback/31211/select-all-functionality-is-not-working-while-grouping-with-checkbox-in-listbox


Regards,

Thaneegairaj S



JS Jamie Saunders January 15, 2022 12:10 PM UTC

Hi,


Was this bug fix ever included? 



TS Thaneegairaj Sankar Syncfusion Team January 17, 2022 05:05 PM UTC

Hi Jamie,


We are currently working on this issue and will update you the further details on Jan19th, 2022. Appreciate your patience until then.


Regards,            

Thaneegairaj S



TS Thaneegairaj Sankar Syncfusion Team January 24, 2022 06:22 AM UTC

Hi Daniel, 
 
We have fixed this issue and planned to include this fix in our 27th January 2022 patch release. So, we have created a custom patch for the reported query and the same can be downloaded from below link.  
 
 
Regards, 
Thaneegairaj S 



TS Thaneegairaj Sankar Syncfusion Team January 28, 2022 03:30 PM UTC

Hi Daniel,


We have faced some technical issue while including this fix in latest patch release. So, we have planned to include this fix in our 9th February 2022 patch release.


Regards,            

Thaneegairaj S


Marked as answer

TS Thaneegairaj Sankar Syncfusion Team February 10, 2022 09:31 AM UTC

Hi Daniel

We are glad to announce that our weekly patch release (19.4.50) is rolled out. We have included the fix for your issue in this release. So, we suggest you upgrade our Syncfusion Blazor NuGet packages (assemblies) to overcome this issue in your end.

Package Link: https://www.nuget.org/packages/Syncfusion.Blazor/19.4.0.50 

Regards,
Thaneegairaj S 


Loader.
Up arrow icon