Wpf GridControl v4.1.0 has been released

Posted on | May 19, 2016 | No Comments

The new grid version has new filtering features and numerous fixes

The following improvements have been made:
  • [NEW] Added support of graphical filters in columns.

    Wpf GridControl column filters

  • [NEW] Added the following filters suitable for most applications to Dapfor.Wpf.dll library.
    Wpf GridControl CheckBoxFilter

    FilterFactory.CheckBoxFilter

    The filter displays a lits of values discovered in grid cells in the specified column. Users can choose one or several values from the proposed list. To cancel a filter for this column you may click the crossed filter icon in the upper left corner.

    Wpf GridControl ValueListFilter

    FilterFactory.ValueListFilter

    The filter displays a lits of values discovered in grid cells in the specified column. Users can choose a value from the proposed list. To cancel filtering you can click a crossed filter icon in the upper left corner or choose <All>.

    Wpf GridControl ComparableValueFilter

    FilterFactory.ComparableValueFilter

    You can use this filter for all types implementing the IComparable interface. This includes all whole number types (Int32Byte, …), with floating comma (DoubleDecimal), dates DateTimeTimeSpan, strings (String) and many others.

    Wpf GridControl WildcardFilter

    FilterFactory.WildcardFilter

    The filter uses regular expression for row filtering. If the filter does not use wildcards, the following pattern is applied by default: *<filter>*

    Wpf GridControl DateMultiFilter

    FilterFactory.DateMultiFilter

    You can use it to filter rows by set dates. You can set multiple conditions.

  • [NEW] Added support for custom filters where developers can also add them to columns.

    Wpf GridControl Custom column filter

  • [NEW] Added support of ObservableCollection<T>. The grid also supports this collection at all hierarchy levels enabling dynamic addition of data on any level.
  • [NEW] Added GridControl.SettingsFocus.Enabled property to prevent from focus displaying.
  • [NEW] Added Column.Tag property to store any user-defined information.
  • [NEW] Improved DesidedSize definition in GridControl.
The following bugs have been fixed:
  • [BUG] Fixed an error involving incorrect brush definition for alternative row in some cases.
  • [BUG] Fixed an error with scrolled cells occassionally failing to update their DataTemplate.
  • [BUG] Fixed margin control set in Column.CellMargin.

Comments

Leave a Reply