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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

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.