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

Hi Syncfusion,


I think I found a major bug in the advanced filtering.

If the datasource is set to an empty DataSet or DataTable and we open the FilterDropDownMenu and try to use the SearchTexbox then we will get a n ArgumentNullPointerException.

Reproduce using this demo: https://github.com/syncfusion/winforms-demos/tree/master/DataGrid.WinForms/Samples/Filtering/AdvancedFiltering/CS

Step to reproduce:

  1. sfDataGrid1.DataSource = collection.GetListOrdersDetails(0);
  2. open advanced filter and try to search something


Thanks for your attention