The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I'm using the data grid filtering with the specific filter type 'Checkbox'. I was wondering if there is a way when opening the filter for a specific column to have the items in the filter unchecked at first? Default behavior is to have them all checked when entering the filter.
RSRenjith Singh Rajendran Syncfusion Team April 24, 2020 12:17 PM UTC
Hi Mihai,
Thanks for contacting Syncfusion support.
We have analyzed your requirement and we can achieve this by using Microsoft JSInterop. We have called a JS method in the OnActionComplete event handler using interop. And in that JS method, we have fetched the SelectAll checkbox element and clicked that elements to deselect all the checkboxes in the Filter Checkbox Dialog.
I am using Blazor version (23.1.44) in my project and it does not work.
I then tried the above sample and it does work.
But, when I upgrade the sample to 23.1.44 it does not work.
Could you please investigate this?
MSMonisha Saravanan Syncfusion Team March 1, 2024 12:10 PM UTC
Hi steve,
We have
upgraded the sample to our latest version and it is working fine at our end.
Kindly check the below attached sample for your reference and let us know if
you face any difficulties or if you have further queries.