We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Multiple selection in checkbox filter does not working

When GridFilterSettings  has type set to Syncfusion.EJ2.Blazor.Grids.FilterType.CheckBox
Selecting multiple items in filter menu return no records.

<EjsGrid DataSource="@dokumenti" @ref="Grid" Height="100%" Width="100%" AllowPaging="true" AllowFiltering="true">
    <GridEvents TValue="Models.Robno.Dokumenti"></GridEvents>
    <GridFilterSettings Type="Syncfusion.EJ2.Blazor.Grids.FilterType.CheckBox">    
    </GridFilterSettings>
    <GridColumns>
        <GridColumn Field=@nameof(Models.Robno.Dokumenti.SklSifra) HeaderText="Skl" TextAlign="TextAlign.Right"  Width="30"></GridColumn>
    </GridColumns>
</EjsGrid>



3 Replies

VN Vignesh Natarajan Syncfusion Team January 2, 2020 06:50 AM

Hi Admir,  

Greetings from Syncfusion support.  

Query: “Selecting multiple items in filter menu return no records. 
 
We have validated the reported issue and we are able to reproduce the reported issue at our end while preparing a sample using your code example. We have confirmed it is issue and logged the defect report for the same Checkbox filtering is not working properly with multiple values”. At Syncfusion, we are committed to fixing all validated defects (subject to technological feasibility and Product Development Life Cycle ) and including the defect fix in our upcoming patch release which is expected to be rolled out on or before 14th  January 2020.  
 
You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this feedback. 
 
   
Till then we appreciate your patience. 

Regards, 
Vignesh Natarajan. 



AH Admir Hodžic January 16, 2020 06:45 AM

Thank you on your support, With version 17.4.43 we can filter multiple checkbox without problems 


VN Vignesh Natarajan Syncfusion Team January 17, 2020 12:40 AM

Hi Admir,  
 
Thanks for the update.  
 
We are glad to hear that your issue has been resolved in our latest release (17.4.0.43).  
 
Please get back to us if you have further queries.  
 
Regards, 
Vignesh Natarajan. 


Loader.
Live Chat Icon For mobile
Up arrow icon