ReoGrid icon indicating copy to clipboard operation
ReoGrid copied to clipboard

Please support filtering and sorting in WPF version

Open peter-villadsen opened this issue 4 years ago • 2 comments

Describe the feature

Please support filtering and sorting with the proper UI. Now it is possible to add the dropdown that should open the filter and sorting dialog, but nothing meaningful happens. Why would you expose those APIs in WPF if the functionality is not supported?

Which edition of ReoGrid is targeted

  • WPF

peter-villadsen avatar Jul 31 '21 20:07 peter-villadsen

Same here... Filter in WPF version:

sheet["A1:C5"] = new object[] { "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L" }; sheet.CreateColumnFilter("A", "C", 0, AutoColumnFilterUI.DropdownButtonAndPanel);

results in wpf-filter

This is a really crucial feature for me.

ottosson avatar Feb 13 '22 18:02 ottosson

Same issue for me in wpf - exactly like the gif at https://github.com/unvell/ReoGrid/issues/429#issuecomment-1038318715

pboulton avatar Nov 09 '22 18:11 pboulton