Welcome to the Xceed Community Sign in | Join | Help
Community Search  

Browse by Tags

All Tags » Filtering   (RSS)
Sorry, but there are no more tags available to filter with.
  • Re: Complex Filtering - Excel like Filetering in code

    Auto Filtering (excel like) can be done through the DataGridContext.AutoFilterValues dictionary.The dictionary allows you to access and modify the list of AutoFilterValues for a given Column`s FieldName.So, here is a quick sample:DataGridContext context = DataGridControl.GetDataGridContext( myDataGridControl ...
    Posted to Xceed DataGrid for WPF (Forum) by Marcus on April 17, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2008 Xceed Software Inc.