Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Search operation in Excel/Checkbox filter can be customized using CheckBoxFilterData property of ActionBegin event. But it is not working properly for integer column.
(i.e) in a integer column, string value is displayed using FilterItemTemplate. To perform the search operation, we need to perform the filter operation externally and provide the filtered data to CheckBoxFilterData property of OnActionBegin event.
It is not working properly for integer column.