Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » AutoFilterControl   (RSS)
  • Persisting Filter settings

    Is there a way to maintain the Autofilter settings when the datacontext of a grid is updated or refreshed?     Also is there any plans to include the filter settings in the SaveUserSettings method?
    Posted to Xceed DataGrid for WPF (Forum) by Daniel on January 27, 2011
  • Custom auto filter like in Excel

    We are planning to buy use XCeed Datagrid for WPF in our new project. I'm not sure whether using XCeed Data grid, is there a possibility to have custom auto filter as what we have in Microsoft Excel?  Thanks in advance, Beryl Wilson  
    Posted to Xceed DataGrid for WPF (Forum) by Beryl on November 12, 2010
  • Add All DistinctValues To AutoFilterValues

    Hi, I added a button in the AutoFilterControl to enable the user selecting all the distinct values. Code sample: System.Collections.IList distinctValues = view.DistinctValues[sColumnFieldName]; foreach (object value in distinctValues) { view.AutoFilterValues[sColumnFieldName].Add(value); }   The problem is that if i have a long list ...
    Posted to Xceed DataGrid for WPF (Forum) by Yaniv on March 16, 2010
  • AutoFilter FilterToggleButton Visibility

    Hi, How can i make the FilterToggleButton Visibility to be visible all the time (not only triggered by IsMouseOver)
    Posted to Xceed DataGrid for WPF (Forum) by Yaniv on February 1, 2010
  • Custom autofiltercontrol

    I want to add a button to the autofiltercontrol to select all the values. Is this possible? Thanks
    Posted to Xceed DataGrid for WPF (Forum) by Jonathan on September 17, 2009
  • Re: Custom Autofilter controls

    For anyone looking to do this, I have figured out a (admittedly very hacky) way to do this. In your ControlTemplate for your AutoFilterControlStyle, place a hidden ListBox with the name ''PART_DistinctValuesHost''. Also place an instance of your custom AutoFilterControl, like so:   <ControlTemplate TargetType=''{x:Type ...
    Posted to Xceed DataGrid for WPF (Forum) by Turner on August 12, 2009
  • Filter Row for the string datatype

    Hi,    In the Xceed grid after the ItemsSource is DataRowViewCollection, the default filter for the string datatype is using the ''Contains'' filter type but if i want the filter type to be of the ''like'' for the string datatype then how can i do it?Is there any way to achieve the same?For exa:  M having the field name as ...
    Posted to Xceed DataGrid for WPF (Forum) by paras on August 11, 2009
  • Custom Autofilter controls

    I'd like to implement my own (rather complex) autofilter control. I looked at the doc page for custom autofilter controls, but the functionality seems fairly limited. For instance, I'd like to add a pair of datepickers so that users can select date ranges from DateTime columns without needing to go through and check every date in their desired ...
    Posted to Xceed DataGrid for WPF (Forum) by Turner on July 31, 2009
  • AutoFilterControl with null/empty value management

    Hi,   I use the AutoFilterControl to filter my rows, but I can't use it to retain only row with null or empty value. Excel, for example, use (empty) value for empty cell in its auto filter control.   What can I do ?   Thanks  
    Posted to Xceed DataGrid for WPF (Forum) by Cyber Sinh on July 29, 2009
  • Re: Autofilter "(Clear Filter)" text

    You could override the AutoFilterControl control template. .. xmlns:local=''clr-namespace:Xceed.Wpf.DataGrid'' .. <!--**************************    * TEMPLATE: AutoFilterControl    ************************** -->   <ControlTemplate ...
    Posted to Xceed DataGrid for WPF (Forum) by Serene on April 7, 2009
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.