Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, 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

Requirement #1: In Excel filter dialog we can search the data using search input box. Currently, we need to provide a datasource value to perform searching. Provide support to perform searching based on column format (only for number columns). (i.e, if the column format is c2, we need to search the value with currency like '$3.05')

Empty



Requirment #2: In Excel Filter, we can use Custom Filter Dialog to filter the columns. By default, the NumericTextBox control used for the number type columns. provide support to render custom component and perform filtering based on the column format. (i.e, if the column format is c2, we need to filter the value with currency like '$3.05')


Empty