Skip to content

6.1.9

Compare
Choose a tag to compare
@kdinev kdinev released this 26 Nov 16:15

6.1.9

General

  • sortStrategy input exposed to provide custom sort strategy for the IgxColumnComponent. The custom strategy should implement the ISortingStrategy interface, or can extend the base DefaultSortingStrategy class and override all or some of its public/protected members.
  • The previously optional ignoreCase and strategy of the ISortingExpression interface are no longer optional. In order to use our default sorting strategy in expressions built programmatically, you need to pass DefaultSortingStrategy.instance() or any implementation of the ISortingStrategy interface.
  • groupingComparer input exposed to provide custom grouping compare function for the IgxColumnComponent. The function receives two values and should return 0 if they are to considered members of the same group.

Bug Fixes

  • When selection type is range and select date range with invalid date the browser is not responding #2617
  • Scrolling igxGrid using touchpad on Mac scrolls the page #2873
  • Header checkbox is not updated after deselect and select a filtered-in row #2793
  • [Grid] Hiding all columns when row selectors are enabled looks broken #2862
  • Keyboard navigation doesn't work if there is no selected date #2828