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!

1
Vote

In Excel/CheckBox filter dialog, search list can be of custom datasource which needs to defined in CheckBoxListData argument of OnActionBegin event.

while searching with custom dataource, it is nor reflected properly in filter dialog for DateTime column. need to resolve this issue.


Replication procedure

1. run the sample.
2. open filter dialog for OrderDate column and type 3 in search box.

Actual: list has to be filtered.
Expceted. But there is no changes.